PATCH
/
admin
/
v0
/
calendar_events
/
{calendar_event_id}
/
attendees
{
  "success": true
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

content-type
enum<string>
required
Available options:
application/json

Path Parameters

calendar_event_id
string
required
Minimum length: 1
Example:

"8x38el2x6di9"

Body

application/json
user
object
required

The user identifier, which must be exactly one of the following: Slack user ID, email, or Tightknit profile ID

Example:

"https://zoom.us/j/1234567890?pwd=AbCdEfGhIjK"

Response

200
application/json
Updates a calendar event attendee
success
boolean
required