Update a User

You may edit a user using this action. It takes a (possibly partial) JSON
object containing one or more of the user attributes.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
number
required

ID of the User, or the string 'me' to return the current user.

Body Params
string

Family name or surname. In the U.S. and most of Europe, the last name of an User. This can be used along with givenName instead of the displayName property.

string

Given name. In the U.S. and most of Europe, the first name of a User. This can be used along with familyName instead of the displayName property.

string

An additional name for a User, can be used for a middle name.

string

Name of the User as it will be displayed in user interfaces. If not provided, this will be composed by concatenating givenName, additionalName and familyName.

string
required

Email address of the User, used to log in.

string

User telephone number.

string

Login password for the User.

string

Avatar URL for the User.

string

The ID of the organization the user belongs to. Must be the organization that the current API user is an admin for (default) or one of its sub-organizations.

string
enum
Defaults to agent

The role of the agent within the organization.

Allowed:
settings
object

User preferences.

meta
object

Free-form object of key-values, that will be passed on to external systems, eg in webhook data.

string
enum
Defaults to queued

The status of the user for given organization.

Allowed:
Response

Language
Credentials
OAuth2
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json