List Groups
Gets a filtered list of groups.
External Documentation
To learn more, visit the Zscaler Internet Access documentation.
Parameters
Parameter | Description |
---|---|
Page | Specifies the page offset. |
Page Size | Specifies the page size. |
Query | The search string used to match against a group's name or comments attributes. |
Example Output
{
"id": 0,
"name": "string",
"idpId": 0,
"comments": "string"
}
Workflow Library Example
List Groups with Zscaler Internet Access and Send Results Via Email
Preview this Workflow on desktop