Skip to main content

List Devices

Gets a filtered list of devices.

External Documentation

To learn more, visit the Zscaler Internet Access documentation.

Basic Parameters

ParameterDescription
Device Group IDThe unique identifier for the device group. Can be obtained by using the List Device Groups action.
Device Group NameThe device group name. Can be obtained by using the List Device Groups action.
ModelThe device models.
Operating System Type-
Operating System VersionThe device's operating system version.
OwnerThe device owners.

Advanced Parameters

ParameterDescription
Include AllWhether to include Cloud Browser Isolation devices.
PageSpecifies the page offset.
Page SizeSpecifies the page size. The default size is 100, and the maximum size is 1000.
Search AllUsed to match against all device attribute information.
User IDsUsed to list devices for specific users. User ID can be obtained by using the List Users action.

Example Output

{
"id": 0,
"name": "string",
"deviceGroupType": "ZCC_OS",
"deviceModel": "string",
"osType": "ANY",
"osVersion": "string",
"description": "string",
"ownerUserId": 0,
"ownerName": "string",
"hostName": "string"
}

Workflow Library Example

List Devices with Zscaler Internet Access and Send Results Via Email

Workflow LibraryPreview this Workflow on desktop