curl --request POST \
--url https://api.cal.com/v2/bookings/{bookingUid}/reassign/{userId} \
--header 'Authorization: <authorization>' \
--header 'Content-Type: application/json' \
--header 'cal-api-version: <cal-api-version>' \
--data '
{
"reason": "Host has to take another call"
}
'{
"status": "success",
"data": "<unknown>"
}curl --request POST \
--url https://api.cal.com/v2/bookings/{bookingUid}/reassign/{userId} \
--header 'Authorization: <authorization>' \
--header 'Content-Type: application/json' \
--header 'cal-api-version: <cal-api-version>' \
--data '
{
"reason": "Host has to take another call"
}
'{
"status": "success",
"data": "<unknown>"
}Must be set to 2026-02-25.
value must be Bearer <token> where <token> is api key prefixed with cal_, managed user access token, or OAuth access token
Reason for reassigning the booking
"Host has to take another call"
Was this page helpful?