Users
Update User
Online Conferences
- GETList Online Conferences
- POSTCreate Online Conference
- GETGet Online Conference
- DELDelete Online Conference
- PATCHUpdate Online Conference
- GETList Online Conference Attendees
- POSTCreate Online Conference Attendees
- DELDelete Online Conference Attendee
- POSTGenerate Online Conference Attendee Join Token
- GETList Online Conference Recordings
- GETGet Online Conference Recording Temporary URL
Users
Update User
Required permissions: users.update.*
PATCH
https://{primary_domain}/api/public/v2.0
/
users
/
{user_id}
primary_domain
string
primary_domain
string
Your tenant's primary
X-Access-Key-Id
string
*
X-Access-Key-Id
Required
string
X-Access-Key-Secret
string
*
X-Access-Key-Secret
Required
string
user_id
integer
*
user_id
Required
integer
object
*
department_id
integer
*
department_id
Required
integer
first_name
string
*
first_name
Required
string
last_name
string
*
last_name
Required
string
email
string
*
email
Required
string
timezone
string
*
timezone
Required
string
In IANA timezone format.
work_hours
object
*
work_hours
Required
object
sunday
array
*
sunday
Required
array
monday
array
*
monday
Required
array
tuesday
array
*
tuesday
Required
array
wednesday
array
*
wednesday
Required
array
thursday
array
*
thursday
Required
array
friday
array
*
friday
Required
array
saturday
array
*
saturday
Required
array
role
string
*
role
Required
string
Must be an existing Role name.
Path Parameters
Body
application/json
Maximum length:
255
Maximum length:
255
Maximum length:
255
In IANA timezone format.
Must be an existing Role name.
Response
200 - application/json
A User resource object.
Maximum length:
255
Maximum length:
255
Maximum length:
255
In IANA timezone format.
A representation of time in a day. Cannot total to more than 24 hours.
A representation of time in a day. Cannot total to more than 24 hours.
A representation of time in a day. Cannot total to more than 24 hours.
A representation of time in a day. Cannot total to more than 24 hours.
A representation of time in a day. Cannot total to more than 24 hours.
Must be an existing Role name.
*0
- Invited *1
- Active *2
- Locked
Available options:
0
, 1
, 2