Create user availability schedule
Create new schedule with specified rules, timezone, location, user and calendar associations.
POST
Create 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 Body
application/json
Timezone for the schedule (IANA timezone identifier)
Pattern:
^[A-Za-z_]+/[A-Za-z_]+$Example:
"America/New_York"
Location ID where this schedule applies
Example:
"IkqiJlXJ7o9h61tCHHod"
Human-readable name for the schedule
Example:
"Business Hours Schedule"
User ID associated with the schedule
Example:
"IkqiJlXJ7o9h61tCHHod"
Schedule rules defining when the schedule is active
Example:
[
{
"type": "wday",
"day": "monday",
"intervals": [{ "from": "09:00", "to": "17:00" }]
}
]Calendar IDs associated with the schedule
Example:
[
"WvVX9LpvlBO6K506xLbp",
"XyZ8MnQrStUvWxYzAbCdEf"
]Response
Schedule created successfully
Last modified on March 8, 2026
Create user availability schedule