GET {{baseUrl}}/scim/v2/Users
Gets information about all Qodex team members.
Body
PARAM
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. 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. |
HEADERS
Key | Datatype | Required | Description |
RESPONSES
status OK
{
"schemas": [
"urn:ietf:params:scim:api:messages:2.0:ListResponse"
],
"totalResults": 0,
"startIndex": 1,
"itemsPerPage": 0,
"Resources": []
} |
ENDPOINTS