Get SCIM Groups
Get details of all SCIM groups for the specified identity provider (IdP).
External Documentation
To learn more, visit the Zscaler Private Access documentation.
Basic Parameters
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. |
Advanced Parameters
Parameter | Description |
---|---|
Page Number | The number of the pages to return. |
Page Size | The size of each returned page. |
Example Output
{
"list": [
{
"creationTime": 0,
"id": 0,
"idpGroupId": "string",
"idpId": 0,
"internalId": "string",
"modifiedTime": 0,
"name": "string"
}
],
"totalCount": 0,
"totalPages": 0
}
Workflow Library Example
Get Scim Groups with Zscaler Private Access and Send Results Via Email
Preview this Workflow on desktop