Skip to main content
GET
Search users

Authorizations

None
string
header
required

No authentication required. This is used for public endpoints.

Headers

Authorization
string
required

Bearer token for SCIM authentication

Query Parameters

filter
string

SCIM filter expression

attributes
string

Comma-separated list of SCIM attributes to include in the response

sortBy
string

Attribute name to sort by

sortOrder
enum<string>
default:ascending

Sort direction

Available options:
ascending,
descending
startIndex
integer<int32>
default:1

The 1-based index of the first search result

Required range: x >= 1
count
integer<int32>
default:50

Maximum number of results per page; maximum 100

Required range: 0 <= x <= 100

Response

OK

SCIM ListResponse — bulk result set returned from search operations

Resources
object[]
itemsPerPage
integer<int32>

Maximum number of resources returned per page

Example:

50

schemas
string[]

SCIM schemas identifying this as a ListResponse

startIndex
integer<int32>

1-based index of the first result in the current page

Example:

1

totalResults
integer<int32>

Total number of matching resources across all pages

Example:

42