Skip to main content

List All Users

Lists all users of the organization's ticketing system.

External Documentation

To learn more, visit the Zendesk documentation.

Parameters

ParameterDescription
PagePage number.
Per PageAmount of records that are returned per page.

Example Output

{
"users": [
{
"id": 223443,
"name": "Johnny Agent"
},
{
"id": 8678530,
"name": "James A. Rosen"
}
]
}

Workflow Library Example

List All Users with Zendesk and Send Results Via Email

Workflow LibraryPreview this Workflow on desktop