List Users
Gets a filtered list of users.
External Documentation
To learn more, visit the Zscaler Internet Access documentation.
Basic Parameters
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. |
Advanced Parameters
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. |
Example Output
{
"id": 0,
"name": "string",
"email": "string",
"groups": [
{
"id": 0,
"name": "string",
"idpId": 0,
"comments": "string"
}
],
"department": {
"id": 0,
"name": "string",
"idpId": 0,
"comments": "string",
"deleted": false
},
"comments": "string",
"tempAuthEmail": "string",
"password": "string",
"adminUser": false,
"type": "SUPERADMIN"
}
Workflow Library Example
List Users with Zscaler Internet Access and Send Results Via Email
Preview this Workflow on desktop