Search operations can specify a SCIM filter used to narrow the number of elements returned. See the SCIM specification for the full set of operations for SCIM filters. Clients may also specify sort parameters, or paging parameters. As previously mentioned, clients may specify attributes to include or exclude in both get and list operations.

GET parameters for sorting and filtering
GET parameter Description

filter

Values can be simple SCIM filters such as id eq "userRoot" or compound filters like meta.resourceType eq "Local DB Backend" and baseDn co "dc=exmple,dc=com".

sortBy

Specifies a property value by which to sort.

sortOrder

Specifies either ascending or descending alphabetical order.

startIndex

1-based index of the first result to return.

count

Indicates the number of results per page.