Skip to main content

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

ParameterDescription
Customer IDTenant ID.
Group IDThe unique identifier of a specific SCIM Group to search by.
Identity Provider IDThe unique identifier of the identity provider (IdP).
SearchAn open search string to query the results by.
Sort BySpecifies the field name to sort the results by. If not provided, results are sorted by modifiedTime.
Sort OrderSort the last modified time by ascending (ASC) or descending (DSC) order.

Advanced Parameters

ParameterDescription
Page NumberThe number of the pages to return.
Page SizeThe 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

Workflow LibraryPreview this Workflow on desktop