Zendesk - User fields

Zendesk user contains various user fields that add information about the user. Some fields are required inputs by the creator (for example, Name), while some fields are outputs generated by the system (for example, User ID).

User input fields

To register a new user in your Zendesk instance, you are required to fill up certain information about the user. This includes identifying information like the name and email, and permission controls.

User default input fields

Zendesk's out-of-the-box user fields gather basic information. At default, only name is configured as mandatory.

Input fieldDescription
NameThe name of the user.
RoleThe role of the user. Permitted values are End-user, Agent, or Administrator.
EmailMandatory if the user's role is designated as Agent. The primary email of the user.
Organization IDThe unique Zendesk ID of the user's organization.
External IDA unique identifier from another system.
SignatureOnly for Agent and Administrator users. The signature of the user.
PhoneThe primary phone number of the user.
DetailsDetails about the user.
NotesNotes about the users.
ActiveSelect Yes if the user exists and has access to Zendesk, otherwise select No.
VerifiedSelect Yes of the user's primary identity is verified, otherwise select No.
SharedSelect Yes if the user is shared from a different Zendesk support instance, otherwise select No.
LocaleThe locale of the user.
LanguageThe language of the user.
TimezoneThe timezone of the user.
Ticket restrictionsSpecifies which tickets the user has access to. Some possible values are "organization", "assigned", null etc.
ModeratorSelect Yes if the user has forum moderation capabilities, otherwise select No.
Only private commentsSelect Yes if the user can only create private comments, otherwise select No.
TagsThe tags applied to this user. You can add multiple tags with the , separator.
AliasOnly for Agent users. The alias displayed to end-users.
Custom role IDOnly for Agent users on Zendesk enterprise plan. The custom role ID for this user.
Restricted agentOnly for Agent users. Select Yes if the user has any restrictions, otherwise select No.
SuspendedOnly for Agent users. Select Yes if the user is suspended, otherwise select No.
Shared agentSelect Yes if the user is a shared agent from a different Zendesk support instance, otherwise select No.

User custom input field

Aside from the preconfigured user fields, Zendesk allows you to customize user fields to suit your business use-cases.

To view this list of user custom fields, go to settings > under Manage > User Fields.

User custom fieldsUser custom fields

Below is an example of user custom fields.

User custom fieldField typeMandatory
GenderDrop-down (list)Yes
Street addressText (string)No
Newsletter SubscriptionCheckbox (boolean)Yes

User output fields

Some user fields are manual inputs (for example, Name), while others are generated by the system (for example, User ID).

User default outputs fields

Depending on the field configuration, some fields might have null or default values.

Output fieldDescription
NameThe name of the user.
RoleThe role of the user. Permitted values are End-user, Agent, or Administrator.
EmailThe primary email of the user.
Organization IDThe unique Zendesk ID of the user's organization. If the user has more than one organization membership, it will display the user's default organization.
External IDA unique identifier from another system.
SignatureThe signature of the user.
PhoneThe primary phone number of the user.
DetailsDetails about the user.
NotesNotes about the users.
ActiveSet to True by default. It will display False if the user has been deleted.
VerifiedIs True if the user's primary identity is verified, otherwise it will display False.
SharedIs True if the user is shared from a different Zendesk support instance, otherwise it will display False.
LocaleThe locale of the user.
LanguageThe language of the user. It is displayed as an int.
TimezoneThe timezone of the user.
Ticket restrictionsSpecifies which tickets the user has access to.
ModeratorIs True if the user has forum moderation capabilities, otherwise it will display False.
Only private commentsIs True if the user can only create private comments, otherwise it will display False.
TagsThe tags applied to this user.
Tags listA predefined list of tags that can be applied to this user.
IDThe unique Zendesk ID of the user. This is automatically assigned when the user is created.
URLThe API URL for this user.
Date createdThe time the user was created.
Date updatedThe time the user was last updated.
Last login dateThe time the user was last logged in.
AliasThe alias displayed to end-users.
Custom role IDThe custom role ID for this user.
Restricted agentIs True if the user has any restrictions, otherwise it will display False.
SuspendedIs True if the user is suspended, otherwise it will display False.
Shared agentIs True if the user is a shared agent from a different Zendesk support instance, otherwise it will display False.

User custom output fields

If you have configured a user custom field, you can retrieve the corresponding output. Below is an example of user custom output fields.

User custom fieldField typeOutput
GenderDrop-down (list)Male
Street addressText (string)Waters Park Drive
Newsletter SubscriptionCheckbox (boolean)False

Last updated: