Update holiday settings
Updates the default holiday country/region code for the workspace.
What this does: Sets the default holiday source that will be automatically applied to all new employees. This ensures consistent holiday rules across your workspace while still allowing individual customization.
Important:
- This only affects new employees - existing employees keep their current holiday settings
- The country code must be one of the available codes from
GET /holidays/countries - Examples: “US” (United States), “DE” (Germany), “US-CA” (California), “AT” (Austria)
Use cases:
- Setting up a new workspace with a primary location
- Changing the default for a workspace that has moved or expanded to a new region
- Standardizing holiday rules across the organization
/holidays/settingsAuthorizationOAuth2 access token · headerrequiredapi:writeAuthorizationBearer token (JWT) · headerrequiredapplication/jsondefaultHolidayCodestringrequiredThe default holiday country/region code to set for the workspace. Must be one of the available codes from GET /holidays/countries. Examples: "US" (United States), "DE" (Germany), "US-CA" (California), "AT" (Austria). This setting only affects new employees - existing employees keep their current holiday settings.
Holiday settings updated successfully
Unauthorized - Invalid or missing authentication token
Forbidden - Insufficient API scopes or permissions