Zendesk - List user identities action

User identity is something that can be used to identify an individual. For example, an email address or a phone number.

This action selects a specific user and returns a list of user identities. It retrieves the user through a search by user ID. Only records in your Zendesk instance that matches the criteria will be returned.

List user identities actionList user identities action

Input

Input fieldDescription
User IDThe unique Zendesk ID of the user.

Output

The output of this action contains the full set of user identities from the selected user.

Output fieldDescription
IDUnique Zendesk user identity ID. This is automatically assigned when the user identity is created.
User IDUnique Zendesk User ID. This is automatically assigned when the user is created.
TypeThe type of user identity. Some possible values are email, phone_number, sdk etc.
ValueThe value of the user identity. It is stored as a string.
VerifiedIs True if the identity has been verified, otherwise it will display False.
PrimaryIs True if the identity is marked as the primary identity, otherwise it will display False. For more information on primary user identity, please see the Zendesk documentation on this topic.
Created atThe time the identity was created.
Updated atThe time the identity was last updated.
List sizeThe size of the list, corresponding to the number of user identities retrieved.

Last updated: