v1

latestOpenAPI 3.0.02026-07-14285059.6 KB
scim

List users

List users, returns paginated users for an organization. Use startIndex and count query parameters to receive paginated results.

Sorting:<br> Sorting lets you to specify the order of returned resources by specifying a combination of sortBy and sortOrder query parameters.

The sortBy parameter specifies the attribute whose value will be used to order the returned responses. The sortOrder parameter defines the order in which the sortBy parameter is applied. Allowed values are "ascending" and "descending".

Filtering:<br> You can request a subset of resources by specifying the filter query parameter containing a filter expression. Attribute names and attribute operators used in filters are case insensitive. The filter parameter must contain at least one valid expression. Each expression must contain an attribute name followed by an attribute operator and an optional value.

Supported operators are listed below.

  • eq equal
  • ne not equal
  • co contains
  • sw starts with
  • and Logical "and"
  • or Logical "or"
  • not "Not" function
  • () Precedence grouping
get/v2/scim/2.0/Users

Query parameters

startIndexinteger
countinteger
filterstring
attributesstring

Comma delimited list of attributes to limit to in the response.

sortOrder'ascending' | 'descending'
sortBystring

User attribute to sort by.