cURL
curl --request PATCH \ --url https://api.tightknit.ai/admin/v0/calendar_events/{calendar_event_id}/attendees \ --header 'Authorization: Bearer <token>' \ --header 'content-type: <content-type>' \ --data ' { "user": { "slack_user_id": "U1234567A" }, "personal_join_link": "https://zoom.us/j/1234567890?pwd=AbCdEfGhIjK" } '
{ "success": true }
Updates a calendar event attendee record.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
application/json
1
"8x38el2x6di9"
The user identifier, which must be exactly one of the following: Slack user ID, email, or Tightknit profile ID
Show child attributes
The Slack user ID
"U1234567A"
"https://zoom.us/j/1234567890?pwd=AbCdEfGhIjK"
Calendar event attendee updated
Was this page helpful?