cURL
curl --request PATCH \ --url https://api.tightknit.dev/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 }
Update a calendar event attendee
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
application/json
1
"8x38el2x6di9"
Updates a calendar event attendee
The response is of type object.
object
Was this page helpful?