Skip to main content
POST
cURL

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
attributes
string
count
integer<int32>

The maximum number of resources to return. If omitted, defaults to 20. If set to 0, the response will contain no resources but will include metadata such as totalResults, complying with RFC 7644, Section 3.4.2.4: Pagination.

excludedAttributes
string
filter
string
startIndex
integer<int32>

The 1-based index of the first resource to return in the response. If omitted or less than 1, defaults to 1. This behavior complies with RFC 7644, Section 3.4.2.4: Pagination.

Response

A successful response.

schemas
string[]
required
totalResults
integer<int32>
required
Resources
ScimUser · object[]
itemsPerPage
integer<int32>
startIndex
integer<int32>