Zendesk Get User Fields
Gets the standard user fields based on user ID.
Get data about a Zendesk user by passing the User ID, ZD token and ZD user.
Action Inputs
Name | Type | Description |
---|---|---|
User ID | String | The ID of the user to fetch |
ZD Token | SensitiveString | The Zendesk Token. You can retrieve this from the Zendesk Admin area by clicking the cog icon. |
ZD user | String | The ZD user email with "/token" appended to the end. i.e. [email protected]/token |
Zendesk subdomain | String | The Zendesk subdomain. i.e. if the Zendesk URL is company.zendesk.com then the subdomain will be company |
Action Outputs
Name | Type | Description |
---|---|---|
Success | Boolean | Whether or not the request succeeded |
Tags | List | List of tags associated with the user |
Details | String | Details about the user |
Timezone | String | Users timezone |
Notes | String | Notes about the user |
Organization | String | The users organization |
User Segments | List | Which user segments the user is part of |
Language | String | Users language |
Updated 12 months ago