List Device Groups
Gets a list of device groups.
External Documentation
To learn more, visit the Zscaler Internet Access documentation.
Parameters
Parameter | Description |
---|---|
Include Device Info | Whether to include device information. |
Include Pseudo Groups | Whether to include Zscaler Client Connector and Cloud Browser Isolation-related device groups. |
Example Output
{
"id": 0,
"name": "string",
"groupType": "ZCC_OS",
"description": "string",
"osType": "string",
"predefined": true,
"deviceCount": 0
}
Workflow Library Example
List Device Groups with Zscaler Internet Access and Send Results Via Email
Preview this Workflow on desktop