Skip to main content
PUT
Set member out-of-office

Authorizations

x-api-key
string
header
required

API key for authentication. Get your key at https://app.tomorro.com/settings/integrations?integration=api-key

Path Parameters

id
string
required

The unique identifier (UUID) of the authenticated member

Example:

"550e8400-e29b-41d4-a716-446655440000"

Body

application/json
startDate
string
required

First day of the out-of-office period (calendar date YYYY-MM-DD).

Example:

"2026-08-05"

endDate
string | null

Last day of the out-of-office period, inclusive (calendar date YYYY-MM-DD). Omit for open-ended.

Example:

"2026-09-03"

Response

Updated out-of-office status

status
enum<string>
required

Computed out-of-office status for the current member.

Available options:
none,
planned,
active
Example:

"planned"

startDate
string | null
required

First day of the out-of-office period (YYYY-MM-DD), or null when none is configured.

Example:

"2026-08-05"

endDate
string | null
required

Last day of the out-of-office period inclusive (YYYY-MM-DD), or null when open-ended/none.

Example:

"2026-09-03"