Orgs / Schedules
Create a schedule
POST
/
v2
/
organizations
/
{orgId}
/
users
/
{userId}
/
schedules
Path Parameters
userId
number
requiredBody
application/json
name
string
requiredtimeZone
string
requiredTimezone is used to calculate available times when an event using the schedule is booked.
isDefault
boolean
requiredEach user should have 1 default schedule. If you specified timeZone
when creating managed user, then the default schedule will be created with that timezone.
Default schedule means that if an event type is not tied to a specific schedule then the default schedule is used.
availability
object[]
Each object contains days and times when the user is available. If not passed, the default availability is Monday to Friday from 09:00 to 17:00.
overrides
object[]
Need to change availability for a specific date? Add an override.
Response
201 - application/json
status
enum<string>
requiredAvailable options:
success
, error
data
object
requiredWas this page helpful?