Out of Office
Get Out of Office
Endpoint to get a specific out_of_office by ID.
get/business/v2/employees/out-of-office/{out_of_office_id}
Path parameters
out_of_office_idstring required
The out-of-office ID.
Example:7bf79328-a7ae-4222-aa54-091ff7f429a7
Response
The result is a single out_of_office.
Example response
{
"id": "7bf79328-a7ae-4222-aa54-091ff7f429a7",
"delegator_id": "XMPL1234-000001",
"delegate_id": "XMPL1234-000002",
"from_date": "2025-03-05",
"to_date": "2025-03-07"
}