POST
/
v2
/
bookings
/
{bookingUid}
/
reassign
/
{userId}
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": {}
}

Headers

cal-api-version
string
default:2024-08-13
required

Must be set to 2024-08-13

Authorization
string
required

value must be Bearer <token> where <token> is api key prefixed with cal_ or managed user access token

Path Parameters

bookingUid
string
required
userId
number
required

Body

application/json

Response

200 - application/json

The response is of type object.