Zendesk Get Agents in Group
Retrieve all agents in a group, by group ID
Based on ZD documentation here.
Inputs
Name | Type | Description |
---|---|---|
Group ID | String | Group ID of the group to retrieve agents from |
ZD Token | Credentials | Zendesk token |
ZD Username | Credentials | Zendesk user email with /token |
ZD Subdomain | Credentials | Zendesk Subdomain |
Outputs
Name | Type | Description |
---|---|---|
Success | Boolean | Whether any agents were found or not |
Agents | List | List of agents in the group |
Notes
- Will iterate through all pages to return full list of agents. Possible to exceed response payload limits.
Updated 1 day ago