Get all user resources

GET {{baseUrl}}/scim/v2/Users

Gets information about all Qodex team members.

Request Params

KeyDatatypeRequiredDescription
startIndexstringThe index entry by which to begin the list of returned results.
countstringLimit the number of results returned in a single response. By default, the system returns a list of 100 users.
filterstringFilter 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":[]}