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
Update User
Required permissions: users.update.*
curl --request PATCH \
--url https://{primary_domain}/api/public/v2.0/users/{user_id} \
--header 'Content-Type: application/json' \
--header 'X-Access-Key-Id: <api-key>' \
--header 'X-Access-Key-Secret: <api-key>' \
--data '{
"department_id": 123,
"first_name": "<string>",
"last_name": "<string>",
"email": "jsmith@example.com",
"timezone": "<string>",
"work_hours": {
"sunday": [
{
"start": {
"hour": 12,
"minute": 30,
"second": 30
},
"end": {
"hour": 12,
"minute": 30,
"second": 30
}
}
],
"monday": [
{
"start": {
"hour": 12,
"minute": 30,
"second": 30
},
"end": {
"hour": 12,
"minute": 30,
"second": 30
}
}
],
"tuesday": [
{
"start": {
"hour": 12,
"minute": 30,
"second": 30
},
"end": {
"hour": 12,
"minute": 30,
"second": 30
}
}
],
"wednesday": [
{
"start": {
"hour": 12,
"minute": 30,
"second": 30
},
"end": {
"hour": 12,
"minute": 30,
"second": 30
}
}
],
"thursday": [
{
"start": {
"hour": 12,
"minute": 30,
"second": 30
},
"end": {
"hour": 12,
"minute": 30,
"second": 30
}
}
],
"friday": [
{
"start": {
"hour": 12,
"minute": 30,
"second": 30
},
"end": {
"hour": 12,
"minute": 30,
"second": 30
}
}
],
"saturday": [
{
"start": {
"hour": 12,
"minute": 30,
"second": 30
},
"end": {
"hour": 12,
"minute": 30,
"second": 30
}
}
]
},
"role": "<string>"
}'
{
"message": "<string>",
"data": {
"id": 123,
"department_id": 123,
"first_name": "<string>",
"last_name": "<string>",
"email": "jsmith@example.com",
"status": 0,
"timezone": "<string>",
"work_hours": {
"sunday": [
{
"start": {
"hour": 12,
"minute": 30,
"second": 30
},
"end": {
"hour": 12,
"minute": 30,
"second": 30
}
}
],
"monday": [
{
"start": {
"hour": 12,
"minute": 30,
"second": 30
},
"end": {
"hour": 12,
"minute": 30,
"second": 30
}
}
],
"tuesday": [
{
"start": {
"hour": 12,
"minute": 30,
"second": 30
},
"end": {
"hour": 12,
"minute": 30,
"second": 30
}
}
],
"wednesday": [
{
"start": {
"hour": 12,
"minute": 30,
"second": 30
},
"end": {
"hour": 12,
"minute": 30,
"second": 30
}
}
],
"thursday": [
{
"start": {
"hour": 12,
"minute": 30,
"second": 30
},
"end": {
"hour": 12,
"minute": 30,
"second": 30
}
}
],
"friday": [
{
"start": {
"hour": 12,
"minute": 30,
"second": 30
},
"end": {
"hour": 12,
"minute": 30,
"second": 30
}
}
],
"saturday": [
{
"start": {
"hour": 12,
"minute": 30,
"second": 30
},
"end": {
"hour": 12,
"minute": 30,
"second": 30
}
}
]
},
"avatar_url": "<string>",
"role": "<string>",
"name": "<string>",
"department_name": "<string>",
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z",
"deleted_at": "2023-11-07T05:31:56Z"
}
}
Path Parameters
Body
255
255
255
In IANA timezone format.
Must be an existing Role name.
Response
A User resource object.
255
255
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.
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.
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
0
, 1
, 2
curl --request PATCH \
--url https://{primary_domain}/api/public/v2.0/users/{user_id} \
--header 'Content-Type: application/json' \
--header 'X-Access-Key-Id: <api-key>' \
--header 'X-Access-Key-Secret: <api-key>' \
--data '{
"department_id": 123,
"first_name": "<string>",
"last_name": "<string>",
"email": "jsmith@example.com",
"timezone": "<string>",
"work_hours": {
"sunday": [
{
"start": {
"hour": 12,
"minute": 30,
"second": 30
},
"end": {
"hour": 12,
"minute": 30,
"second": 30
}
}
],
"monday": [
{
"start": {
"hour": 12,
"minute": 30,
"second": 30
},
"end": {
"hour": 12,
"minute": 30,
"second": 30
}
}
],
"tuesday": [
{
"start": {
"hour": 12,
"minute": 30,
"second": 30
},
"end": {
"hour": 12,
"minute": 30,
"second": 30
}
}
],
"wednesday": [
{
"start": {
"hour": 12,
"minute": 30,
"second": 30
},
"end": {
"hour": 12,
"minute": 30,
"second": 30
}
}
],
"thursday": [
{
"start": {
"hour": 12,
"minute": 30,
"second": 30
},
"end": {
"hour": 12,
"minute": 30,
"second": 30
}
}
],
"friday": [
{
"start": {
"hour": 12,
"minute": 30,
"second": 30
},
"end": {
"hour": 12,
"minute": 30,
"second": 30
}
}
],
"saturday": [
{
"start": {
"hour": 12,
"minute": 30,
"second": 30
},
"end": {
"hour": 12,
"minute": 30,
"second": 30
}
}
]
},
"role": "<string>"
}'
{
"message": "<string>",
"data": {
"id": 123,
"department_id": 123,
"first_name": "<string>",
"last_name": "<string>",
"email": "jsmith@example.com",
"status": 0,
"timezone": "<string>",
"work_hours": {
"sunday": [
{
"start": {
"hour": 12,
"minute": 30,
"second": 30
},
"end": {
"hour": 12,
"minute": 30,
"second": 30
}
}
],
"monday": [
{
"start": {
"hour": 12,
"minute": 30,
"second": 30
},
"end": {
"hour": 12,
"minute": 30,
"second": 30
}
}
],
"tuesday": [
{
"start": {
"hour": 12,
"minute": 30,
"second": 30
},
"end": {
"hour": 12,
"minute": 30,
"second": 30
}
}
],
"wednesday": [
{
"start": {
"hour": 12,
"minute": 30,
"second": 30
},
"end": {
"hour": 12,
"minute": 30,
"second": 30
}
}
],
"thursday": [
{
"start": {
"hour": 12,
"minute": 30,
"second": 30
},
"end": {
"hour": 12,
"minute": 30,
"second": 30
}
}
],
"friday": [
{
"start": {
"hour": 12,
"minute": 30,
"second": 30
},
"end": {
"hour": 12,
"minute": 30,
"second": 30
}
}
],
"saturday": [
{
"start": {
"hour": 12,
"minute": 30,
"second": 30
},
"end": {
"hour": 12,
"minute": 30,
"second": 30
}
}
]
},
"avatar_url": "<string>",
"role": "<string>",
"name": "<string>",
"department_name": "<string>",
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z",
"deleted_at": "2023-11-07T05:31:56Z"
}
}