Platform / Managed Users
Create a managed user
POST
/
v2
/
oauth-clients
/
{clientId}
/
users
Path Parameters
clientId
string
requiredBody
application/json
email
string
requiredname
string
requiredManaged user's name is used in emails
timeFormat
enum<number>
Must be a number 12 or 24
Available options:
12
, 24
weekStart
enum<string>
Available options:
Monday
, Tuesday
, Wednesday
, Thursday
, Friday
, Saturday
, Sunday
timeZone
string
Timezone is used to create user's default schedule from Monday to Friday from 9AM to 5PM. If it is not passed then user does not have a default schedule and it must be created manually via the /schedules endpoint. Until the schedule is created, the user can't access availability atom to set his / her availability nor booked. It will default to Europe/London if not passed.
locale
enum<string>
Available options:
ar
, ca
, de
, es
, eu
, he
, id
, ja
, lv
, pl
, ro
, sr
, th
, vi
, az
, cs
, el
, es-419
, fi
, hr
, it
, km
, nl
, pt
, ru
, sv
, tr
, zh-CN
, bg
, da
, en
, et
, fr
, hu
, iw
, ko
, no
, pt-BR
, sk
, ta
, uk
, zh-TW
Response
201 - application/json
status
enum<string>
requiredAvailable options:
success
, error
data
object
requirederror
object
Was this page helpful?