Sort and filter objects
The Configuration API supports System for Cross-domain Identity Management (SCIM) parameters for filter, sorting, and pagination.
Search operations can specify a SCIM filter to narrow the number of elements returned. See the SCIM specification for the full set of operations for SCIM filters. Clients can also specify sort parameters, or paging parameters. Include or exclude attributes can be specified in both GET and list operations.
GET Parameter | Description |
---|---|
|
Values can be simple SCIM filters, such as |
|
Specifies a property value by which to sort. |
|
Specifies either |
|
1-based index of the first result to return. |
|
Indicates the number of results per page. |