Skip to main content
PUT
Update user availability schedule

Authorizations

Authorization
string
header
required

Use the Access Token generated with user type as Sub-Account (OR) Private Integration Token of Sub-Account.

Headers

Version
enum<string>
required

API Version

Available options:
2021-04-15

Path Parameters

id
string
required

Unique identifier of the schedule to update

Example:

"sch123def456ghi789"

Body

application/json
name
string

Human-readable name for the schedule

Example:

"Updated Business Hours"

rules
object[]

Updated schedule rules defining when the schedule is active

Example:
timezone
string

Updated timezone for the schedule (IANA timezone identifier)

Pattern: ^[A-Za-z_]+/[A-Za-z_]+$
Example:

"America/Los_Angeles"

Response

Schedule updated successfully

schedule
object
required
Last modified on March 8, 2026