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