User
List user's holidays
Retrieve a collection of user's holidays.
get/users/{id}/holidays
Path parameters
idstring required
The unique ID of the resource.
Example:NzAwNTUxOTA5NzczMTQ4MTYw
The unique ID of the user.
Response
OK
Example response
{
"count": 100,
"items": [
{
"id": "NzAwNTUxOTA5NzczMTQ4MTYw"
}
]
}