External DocumentationTo learn more, visit the Zscaler Authentication Service documentation.
Actions
List User Groups
Retrieve a list of groups that a specific user belongs to.

Preview this Workflow on desktop
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
| Parameter | Description |
|---|---|
| Limit | The maximum number of records to return per request. The maximum value is 1000. |
| Offset | The offset from which to start returning results. |
| Return All Pages | Automatically fetch all resources, page by page. |
| User ID | The ID of the user whose groups are retrieved. Can be obtained using List Users action. |
{
"pageOffset": 0,
"pageSize": 100,
"totalRecord": 1,
"records": [
{
"name": "Example Dynamic Group",
"description": "Dynamic group of all users from example domains",
"id": "abc123def456g",
"source": "EXAMPLE_SOURCE",
"adminEntitlementEnabled": false,
"serviceEntitlementEnabled": true,
"dynamicGroup": true
}
],
"results_total": 1
}
Was this page helpful?