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. This query parameter only supports the userName filter and has the following requirements:
  • Filter values are case-sensitive.
  • Special characters and spaces must be URL encoded. |

RESPONSES

status: OK

{"schemas":["urn:ietf:params:scim:api:messages:2.0:ListResponse"],"totalResults":0,"startIndex":1,"itemsPerPage":0,"Resources":[]}