Orgs / Users
Create a user
Getting Started
Platform / Cal Provider
Platform / Google Calendar
Platform / Managed Users
Platform / Webhooks
Orgs / Attributes
Orgs / Attributes / Options
Orgs / Event Types
Orgs / Memberships
Orgs / Schedules
Orgs / Teams
Orgs / Teams / Memberships
Orgs / Teams / Schedules
Orgs / Webhooks
Bookings
- GETGet all bookings
- POSTCreate a booking
- GETGet a booking
- POSTReschedule a booking
- POSTCancel a booking
- POSTMark a booking absence
- POSTAutomatically reassign booking to a new host
- POSTReassign a booking to a specific user
- POSTConfirm booking that requires a confirmation
- POSTDecline booking that requires a confirmation
Calendars
Conferencing
Destination Calendars
Event Types
Event Types / Webhooks
Schedules
Selected Calendars
Stripe
Timezones
Orgs / Users
Create a user
POST
/
v2
/
organizations
/
{orgId}
/
users
Authorization
string
*
Bearer
Authorization
Required
string
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
orgId
number
*
orgId
Required
number
object
*
email
string
*
email
Required
string
User email address
Add Example Value
username
string
username
string
Username
Add Example Value
weekday
string
weekday
string
Preferred weekday
Add Example Value
brandColor
string
brandColor
string
Brand color in HEX format
Add Example Value
darkBrandColor
string
darkBrandColor
string
Dark brand color in HEX format
Add Example Value
hideBranding
boolean
hideBranding
boolean
Hide branding
Add Example Value
timeZone
string
timeZone
string
Time zone
Add Example Value
theme
string
theme
string
Theme
Add Example Value
appTheme
string
appTheme
string
Application theme
Add Example Value
timeFormat
number
timeFormat
number
Time format
Add Example Value
defaultScheduleId
number
defaultScheduleId
number
Default schedule ID
Add Example Value
locale
string
locale
string
Locale
Add Example Value
avatarUrl
string
avatarUrl
string
Avatar URL
Add Example Value
organizationRole
object
*
organizationRole
Required
object
autoAccept
object
*
autoAccept
Required
object
Path Parameters
orgId
number
requiredBody
application/json
email
string
requiredUser email address
organizationRole
object
requiredautoAccept
object
requiredusername
string
Username
weekday
string
Preferred weekday
brandColor
string
Brand color in HEX format
darkBrandColor
string
Dark brand color in HEX format
hideBranding
boolean
Hide branding
timeZone
string
Time zone
theme
string | null
Theme
appTheme
string | null
Application theme
timeFormat
number
Time format
defaultScheduleId
number
Default schedule ID
Required range:
x > 0
locale
string | null
default: enLocale
avatarUrl
string
Avatar URL
Response
201 - application/json
status
enum<string>
requiredAvailable options:
success
, error
data
object
requiredWas this page helpful?