Update user availability schedule
Modify an existing schedule by updating its rules, timezone, and name All fields are optional - only provided fields will be updated.
PUT
Update user availability schedule
Authorizations
Use the Access Token generated with user type as Sub-Account (OR) Private Integration Token of Sub-Account.
Headers
API Version
Available options:
2021-04-15 Path Parameters
Unique identifier of the schedule to update
Example:
"sch123def456ghi789"
Body
application/json
Human-readable name for the schedule
Example:
"Updated Business Hours"
Updated schedule rules defining when the schedule is active
Example:
[
{
"type": "wday",
"day": "monday",
"intervals": [{ "from": "08:00", "to": "18:00" }]
}
]
Updated timezone for the schedule (IANA timezone identifier)
Pattern:
^[A-Za-z_]+/[A-Za-z_]+$Example:
"America/Los_Angeles"
Response
Schedule updated successfully
Last modified on March 8, 2026
Update user availability schedule