For the complete documentation index, see llms.txt. This page is also available as Markdown.

Global holidays

List current user's global holidays

get

Retrieve a collection of current user's global holidays.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Responses
200

OK

application/json
get
/user/global_holidays

Update current user's global holidays

post

Update current user's global holidays from tenant holidays.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
itemsstringOptional

The unique ID of the resource.

Example: NzAwNTUxOTA5NzczMTQ4MTYw
Responses
post
/user/global_holidays

Was this helpful?