scim_list_groups
Retrieve and filter groups through SCIM v2.0, returning displayName, externalId, members, and Beyond Identity extensions for identity management.
Instructions
List groups via the SCIM v2.0 protocol. Returns Group resources with displayName, externalId, members array, and Beyond Identity extensions. Permission groups cannot be created or modified via SCIM.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | No | Specifies the desired maximum number of query results per page. A negative value is treated as 0, which indicates that the response should not contain any resources. Note that the response may include | |
| filter | No | Filter for list methods. Filters follow the SCIM grammar from [RFC 7644 Section 3.4.2.2](https://datatracker.ietf.org/doc/html/rfc7644#section-3.4.2.2). | |
| startIndex | No | The 1-based index of the first query result. |