Get all user resources
GET {{baseUrl}}/scim/v2/Users
Gets information about all Qodex team members.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
startIndex | string | The index entry by which to begin the list of returned results. | |
count | string | Limit the number of results returned in a single response. By default, the system returns a list of 100 users. | |
filter | string | Filter results by a specific word or phrase. Filter values are case-sensitive. This query parameter only supports the userName filter. |
Note:
You must URL-encode the +
character (%2B
) if you include it in the filter. |
RESPONSES
status: OK
{"schemas":["urn:ietf:params:scim:api:messages:2.0:ListResponse"],"totalResults":0,"startIndex":1,"itemsPerPage":0,"Resources":[]}