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. | |
filter | string | Filter results by a specific word or phrase. This query parameter accepts the following: |
userName
— Filter values are case-sensitive, and special characters and spaces must be URL encoded.active
— Return only users who are active (true
) or inactive (false
). | |count
| string | | Limit the number of results returned in a single response. By default, the system returns a list of 100 users. |
RESPONSES
status: OK
{"schemas":["urn:ietf:params:scim:api:messages:2.0:ListResponse"],"totalResults":0,"startIndex":1,"itemsPerPage":0,"Resources":[]}