# 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 field | Description | 
|---|---|
| Name | The name of the user. | 
| Role | The role of the user. Permitted values are End-user,Agent, orAdministrator. | 
| Mandatory if the user's role is designated as Agent. The primary email of the user. | |
| Organization ID | The unique Zendesk ID of the user's organization. | 
| External ID | A unique identifier from another system. | 
| Signature | Only for AgentandAdministratorusers. The signature of the user. | 
| Phone | The primary phone number of the user. | 
| Details | Details about the user. | 
| Notes | Notes about the users. | 
| Active | Select Yesif the user exists and has access to Zendesk, otherwise selectNo. | 
| Verified | Select Yesof the user's primary identity is verified, otherwise selectNo. | 
| Shared | Select Yesif the user is shared from a different Zendesk support instance, otherwise selectNo. | 
| Locale | The locale of the user. | 
| Language | The language of the user. | 
| Timezone | The timezone of the user. | 
| Ticket restrictions | Specifies which tickets the user has access to. Some possible values are "organization", "assigned", nulletc. | 
| Moderator | Select Yesif the user has forum moderation capabilities, otherwise selectNo. | 
| Only private comments | Select Yesif the user can only create private comments, otherwise selectNo. | 
| Tags | The tags applied to this user. You can add multiple tags with the ,separator. | 
| Alias | Only for Agentusers. The alias displayed to end-users. | 
| Custom role ID | Only for Agentusers on Zendesk enterprise plan. The custom role ID for this user. | 
| Restricted agent | Only for Agentusers. SelectYesif the user has any restrictions, otherwise selectNo. | 
| Suspended | Only for Agentusers. SelectYesif the user is suspended, otherwise selectNo. | 
| Shared agent | Select Yesif the user is a shared agent from a different Zendesk support instance, otherwise selectNo. | 
# 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 fields
 User custom fields
Below is an example of user custom fields.
| User custom field | Field type | Mandatory | 
|---|---|---|
| Gender | Drop-down ( list) | Yes | 
| Street address | Text ( string) | No | 
| Newsletter Subscription | Checkbox ( 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 field | Description | 
|---|---|
| Name | The name of the user. | 
| Role | The role of the user. Permitted values are End-user,Agent, orAdministrator. | 
| The primary email of the user. | |
| Organization ID | The 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 ID | A unique identifier from another system. | 
| Signature | The signature of the user. | 
| Phone | The primary phone number of the user. | 
| Details | Details about the user. | 
| Notes | Notes about the users. | 
| Active | Set to Trueby default. It will displayFalseif the user has been deleted. | 
| Verified | Is Trueif the user's primary identity is verified, otherwise it will displayFalse. | 
| Shared | Is Trueif the user is shared from a different Zendesk support instance, otherwise it will displayFalse. | 
| Locale | The locale of the user. | 
| Language | The language of the user. It is displayed as an int. | 
| Timezone | The timezone of the user. | 
| Ticket restrictions | Specifies which tickets the user has access to. | 
| Moderator | Is Trueif the user has forum moderation capabilities, otherwise it will displayFalse. | 
| Only private comments | Is Trueif the user can only create private comments, otherwise it will displayFalse. | 
| Tags | The tags applied to this user. | 
| Tags list | A predefined list of tags that can be applied to this user. | 
| ID | The unique Zendesk ID of the user. This is automatically assigned when the user is created. | 
| URL | The API URL for this user. | 
| Date created | The time the user was created. | 
| Date updated | The time the user was last updated. | 
| Last login date | The time the user was last logged in. | 
| Alias | The alias displayed to end-users. | 
| Custom role ID | The custom role ID for this user. | 
| Restricted agent | Is Trueif the user has any restrictions, otherwise it will displayFalse. | 
| Suspended | Is Trueif the user is suspended, otherwise it will displayFalse. | 
| Shared agent | Is Trueif the user is a shared agent from a different Zendesk support instance, otherwise it will displayFalse. | 
# 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 field | Field type | Output | 
|---|---|---|
| Gender | Drop-down ( list) | Male | 
| Street address | Text ( string) | Waters Park Drive | 
| Newsletter Subscription | Checkbox ( boolean) | False | 
 Last updated: 5/21/2025, 5:22:32 AM