---
title: "Reassign a booking to a specific host"
method: POST
path: "/v2/bookings/{bookingUid}/reassign/{userId}"
tags: ["Bookings"]
---

# Reassign a booking to a specific host

`POST /v2/bookings/{bookingUid}/reassign/{userId}`

Currently only supports reassigning host for round robin bookings. The provided authorization header refers to the owner of the booking.

      <Note>Please make sure to pass in the cal-api-version header value as mentioned in the Headers section. Not passing the correct value will default to an older version of this endpoint.</Note>

## Path parameters

- `bookingUid` string, required
- `userId` number, required

## Headers

- `cal-api-version` string, required
- `Authorization` string, required

## Request body

- ReassignToUserBookingInput20240813
  - `reason` string — Reason for reassigning the booking

## Response `200`

- ReassignBookingOutput20240813
  - `status` 'success' | 'error', required
  - `data` ReassignBookingOutput20240813, required — recursive

---

[API](https://skmtc.net/calcom/apis/cal-diy-api-v2.md) · [All operations](https://skmtc.net/calcom/apis/cal-diy-api-v2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/calcom/cal-diy-api-v2/revisions/16de9d3eb7b3/schema)
