External DocumentationTo learn more, visit the Zscaler Private Access documentation.
Actions
Get SCIM Groups
Get details of all SCIM groups for the specified identity provider (IdP).

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 |
|---|---|
| Customer ID | Tenant ID. |
| Group ID | The unique identifier of a specific SCIM Group to search by. |
| Identity Provider ID | The unique identifier of the identity provider (IdP). |
| Search | An open search string to query the results by. |
| Sort By | Specifies the field name to sort the results by. If not provided, results are sorted by modifiedTime. |
| Sort Order | Sort the last modified time by ascending (ASC) or descending (DSC) order. |
| Parameter | Description |
|---|---|
| Page Number | The number of the pages to return. |
| Page Size | The size of each returned page. |
{
"list": [
{
"creationTime": 0,
"id": 0,
"idpGroupId": "string",
"idpId": 0,
"internalId": "string",
"modifiedTime": 0,
"name": "string"
}
],
"totalCount": 0,
"totalPages": 0
}
Was this page helpful?