Update attendance status for a specific user
PATCH/api/calendar/events/{id}/attendance/{userId}
PATCH
/api/calendar/events/{id}/attendance/{userId}
Authorizations
Section titled “Authorizations”Parameters
Section titled “Parameters”Path Parameters
Section titled “Path Parameters”id
required
string format: uuid
userId
required
string format: uuid
Request Body
Section titled “Request Body”object
status
required
string
Responses
Section titled “Responses”Success
object
ok
required
boolean
data
Bad request / invalid input
object
ok
required
boolean
error
required
string
code
string
Unauthenticated
object
ok
required
boolean
error
required
string
code
string
Forbidden / not in band
object
ok
required
boolean
error
required
string
code
string
Event not found, or a linked record no longer exists (RESOURCE_STALE_REFERENCE, ADR-0065)
object
ok
required
boolean
error
required
string
code
string
Server error
object
ok
required
boolean
error
required
string
code
string
Service temporarily unavailable — retry after the Retry-After delay
object
ok
required
boolean
error
required
string
code
string
