scim_list_users
List users via SCIM v2.0 with filtering and pagination, returning SCIM User resources and extension attributes for identity management.
Instructions
List users via the SCIM v2.0 protocol. Supports SCIM filtering syntax and pagination (startIndex, count). Max 1000 results per page. Returns SCIM User resources with standard and extension attributes.
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. |