Zendesk Get Agents in Group

Retrieve all agents in a group, by group ID

Based on ZD documentation here.

Inputs

NameTypeDescription
Group IDStringGroup ID of the group to retrieve agents from
ZD TokenCredentialsZendesk token
ZD UsernameCredentialsZendesk user email with /token
ZD SubdomainCredentialsZendesk Subdomain

Outputs

NameTypeDescription
SuccessBooleanWhether any agents were found or not
AgentsListList of agents in the group

Notes

  • Will iterate through all pages to return full list of agents. Possible to exceed response payload limits.