External DocumentationTo learn more, visit the Zendesk documentation.
Actions
List All Users
Lists all users of the organization’s ticketing system.

Preview this Workflow on desktop
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
| Parameter | Description |
|---|---|
| Page | Page number. |
| Per Page | Amount of records that are returned per page. |
{
"users": [
{
"id": 223443,
"name": "Johnny Agent"
},
{
"id": 8678530,
"name": "James A. Rosen"
}
]
}
Was this page helpful?