> ## Documentation Index
> Fetch the complete documentation index at: https://docs.blinkops.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Get SCIM Groups

Get details of all SCIM groups for the specified identity provider (IdP).

<Note>
  External Documentation

  To learn more, visit the [Zscaler Private Access documentation](https://help.zscaler.com/zpa/scim-group-controller#/userconfig/v1/customers/\{customerId}/scimgroup/idpId/\{idpId}-get).
</Note>

## Basic Parameters

<div className="integrations-table">
  | 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.                               |
</div>

## Advanced Parameters

<div className="integrations-table">
  | Parameter   | Description                        |
  | ----------- | ---------------------------------- |
  | Page Number | The number of the pages to return. |
  | Page Size   | The size of each returned page.    |
</div>

## Example Output

```json theme={"dark"}
{
	"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](https://library.blinkops.com/workflows/get-scim-groups-with-zscaler-private-access-and-send-results-via-email)

<div className="iframe-wrapper">
  <div className="iframe-media">
    <img src="https://mintcdn.com/blinkops-2/ojHYuDeYX5FWuN8a/img/Icons/play-box.svg?fit=max&auto=format&n=ojHYuDeYX5FWuN8a&q=85&s=b8af968e71438a9499c3223c9bd29fb2" alt="Workflow Library" width="16" height="16" data-path="img/Icons/play-box.svg" />

    Preview this Workflow on desktop
  </div>

  <iframe className="iframe" src="https://library.blinkops.com/workflows/get-scim-groups-with-zscaler-private-access-and-send-results-via-email/canvas" />
</div>
