List All Users
Lists all users of the organization's ticketing system.
External Documentation
To learn more, visit the Zendesk documentation.
Parameters
Parameter | Description |
---|---|
Page | Page number. |
Per Page | Amount 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
Preview this Workflow on desktop