Developers

Returns IDs of users with accepted vacations today (in the requesting user's timezone).

GET
/calendar/vacations/users-today

Returns IDs of users with accepted vacations today (in the requesting user's timezone).

Authorization<token>

Value for the Authorization header parameter.

In: header

Response Body

curl -X GET "https://example.com/calendar/vacations/users-today"
{  "userIds": [    "string"  ]}