Bookings
Reassign a booking to a specific user
POST
/
v2
/
bookings
/
{bookingUid}
/
reassign
/
{userId}
Headers
cal-api-version
string
requiredMust be set to 2024-08-13
Authorization
string
requiredvalue must be Bearer <token>
where <token>
either managed user access token or api key prefixed with cal_
Path Parameters
bookingUid
string
requireduserId
number
requiredBody
application/json
reason
string
Reason for reassigning the booking
Response
200 - application/json
status
enum<string>
requiredAvailable options:
success
, error
data
object
requiredBooking data, which can be either a ReassignAutoBookingOutput object or a ReassignManualBookingOutput object
Was this page helpful?