Skip to main content

List Users

Gets a filtered list of users.

External Documentation

To learn more, visit the Zscaler Internet Access documentation.

Basic Parameters

ParameterDescription
Department Name.Filters by department name. Can be obtained by using the List Departments action.
Group NameFilters by group name.Can be obtained by using the List Groups action.
NameFilters by user name.

Advanced Parameters

ParameterDescription
PageSpecifies the page offset.
Page SizeSpecifies 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

Workflow LibraryPreview this Workflow on desktop