Skip to content

Create an out-of-office entry

POST
/appointments/out-of-office

Create an out-of-office entry for the calling user. While active, the user’s slots are blocked for booking. start and end may be local calendar dates paired with time_zone or legacy ISO-8601 datetimes. Optional to_user_id exposes an alternative teammate booking path.

Authorizations

Parameters

Header Parameters

X-Target-Org-Id
Any of:
string

Request Body required

object
end
required
string
notes
Any of:
string
public_note
Any of:
string
reason
Any of:
string
start
required
string
time_zone
Any of:
string
to_user_id
Any of:
integer
user_id
Any of:
integer

Responses

201

Successful Response

object
key
additional properties
any

422

Validation Error

object
detail
Array<object>
object
loc
required
Array
msg
required
string
type
required
string