User
Update user's global holidays
Update global holidays from tenant holidays.
post/users/{id}/global_holidays
Path parameters
idstring required
The unique ID of the resource.
Example:NzAwNTUxOTA5NzczMTQ4MTYw
The unique ID of the user.
Request body
Example request
{
"items": [
"NzAwNTUxOTA5NzczMTQ4MTYw"
]
}Response
Created
Example response
{
"id": "NzAwNTUxOTA5NzczMTQ4MTYw"
}