Update User
Update existing user.
Input
Field | Definition | Type | Required |
---|---|---|---|
Update by | |||
User ID | Unique identification number of the user to update. The ID can be found in the URL of the document in this format : http://< your domain>.zendesk.com/agent/users/< User ID >. | Number | TRUE |
User | |||
Name | Name of user. | String | FALSE |
External ID | A unique ID you can specify for the user. | String | FALSE |
Alias | An alias displayed to end users. | String | FALSE |
Verified? | If the user's identity has been verified or not. | Boolean | FALSE |
Locale ID | The user's language identifier. | Number | FALSE |
Locale | The user's locale. This is a BCP-47 compliant tag. | String | FALSE |
Timezone | The user's time zone. See Time Zone.. | String | FALSE |
The user's primary email address. | String | FALSE | |
Phone | The user's primary phone number. | String | FALSE |
Details | Any details you want to store about the user, such as an address. | String | FALSE |
Notes | Any notes you want to store about the user. | String | FALSE |
Organization ID | Identification code of organization user is associated with. | Number | FALSE |
Role | The user's role. Possible values are end-user , agent , or admin . |
Dropdown | FALSE |
Default Group ID | The ID of the user's default group. | Number | FALSE |
Signature | The user's signature. Only agents and admins have a signature. | String | FALSE |
Custom Role ID | A custom role if the user is an agent on the Enterprise plan. | Number | FALSE |
Moderator? | Designates whether the user has forum moderation capabilities. | Boolean | FALSE |
Ticket Restriction | Specifies which tickets the user has access to. Possible values are: organization , groups , assigned , requested , null . |
Dropdown | FALSE |
Private Comments Only? | true if the user can only create private comments. |
Boolean | FALSE |
Restricted Agent? | If the agent has any restrictions; false for admins and unrestricted agents, true for other agents. | Boolean | FALSE |
Tags | The user's tags. Only present is your account has user tagging available. | List | FALSE |
Custom Fields | A dynamically generated list of any custom fields associated with users. More on custom Fields. | Various | FALSE |
Output
Field | Definition | Type |
---|---|---|
User | ||
User ID | Unique ID of the user created. | Number |
User URL | A URL to the user. | String |
Name | The user's name. | String |
The user's primary email address. | String | |
Created At | Time and date the user was created. | Date & Time |
Updated At | Time and date the user was updated. | Date & Time |
Timezone | The user's time zone. See Time Zone.. | String |
IANA Timezone | The IANA time zone of the user. | String |
Phone | The user's phone number. | String |
Shared Phone Number | If true, the phone number is shared. | Boolean |
Locale ID | The user's language identifier. | Number |
Locale | The user's locale. This is a BCP-47 compliant tag. | String |
Organization ID | Identification code of organization user is associated with. | Number |
Role | The user's role. Possible values are end-user , agent , or admin . |
String |
Verified? | If true, user is verified. | Boolean |
External ID | The user's unique external ID. | String |
Tags | The user's tags. Only present is your account has user tagging available. | String |
Alias | The user's alias. | String |
Active? | If false, the user was deleted. | Boolean |
Shared? | If true, user is shared. | Boolean |
Shared Agent? | If true, user is a shared agent from another support instance. | Boolean |
Last Login At | The last time the user signed in. | Date & Time |
Two Factor Auth Enabled | If true, two factor authentication is enabled. | Boolean |
Signature | The user's signature. Only agents and admins have a signature. | String |
Details | Any details you want to store about the user, such as an address. | String |
Notes | Any notes you want to store about the user. | String |
Role Type | The user's role type. | Number |
Custom Role ID | The user's custom role. | String |
Moderator? | If true, the user has forum moderation capabilities. | Boolean |
Ticket Restriction | Specifies which tickets the user has access to. | String |
Private Comments Only? | If true, the user can only create private comments. | Boolean |
Restricted Agent? | If true, the agent has restrictions. | Boolean |
Suspended? | If true, the agent is suspended. | Boolean |
Chat Only? | If true, the user is a chat-only agent. | Boolean |
Default Group ID | The user's default group ID. | Number |
Report CSV? | If true, the user can access the CSV report. | Boolean |
Custom Fields | A dynamically generated list of any custom fields associated with users. More on custom Fields. | Various |