External DocumentationTo learn more, visit the Zscaler Internet Access documentation.
Actions
List Users
Gets a filtered list of users.

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 |
|---|---|
| Department Name. | Filters by department name. Can be obtained by using the List Departments action. |
| Group Name | Filters by group name.Can be obtained by using the List Groups action. |
| Name | Filters by user name. |
| Parameter | Description |
|---|---|
| Page | Specifies the page offset. |
| Page Size | Specifies the page size. The default size is 100 and the maximum size is 10,000. |
[
{
"id": 97649204,
"name": "<string>",
"email": "<string>",
"groups": [
{
"id": 15392796,
"name": "<string>"
},
{
"id": 43835781,
"name": "<string>"
}
],
"department": {
"id": 119549659,
"name": "<string>"
},
"adminUser": false,
"isNonEditable": false,
"deleted": false
}
]
Was this page helpful?