Skip to main content
POST
Reassign a booking to a specific host

Headers

cal-api-version
string
default:2026-02-25
required

Must be set to 2026-02-25.

Authorization
string
required

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

Path Parameters

bookingUid
string
required
userId
number
required

Body

application/json
reason
string

Reason for reassigning the booking

Example:

"Host has to take another call"

Response

200 - application/json
status
enum<string>
required
Available options:
success,
error
Example:

"success"

data
any
required

Booking data, which can be either a ReassignAutoBookingOutput object or a ReassignManualBookingOutput object