GET https://api.getpostman.com/scim/v2/Users
Fetches information on all Qodex team members. You can fetch information for a particular user with filters. Note: By default, this endpoint will return a list of hundred users. To overwrite the default setting, update the 'startIndex=1&count=100' value in the request.
Body
PARAM
Key | Datatype | Required | Description |
startIndex
|
number | ||
count
|
number | ||
filter
|
string |
HEADERS
Key | Datatype | Required | Description |
Authorization
|
string |
RESPONSES
status OK
{
"schemas": ["urn:ietf:params:scim:api:messages:2.0:ListResponse"],
"totalResults": 0,
"startIndex": 1,
"itemsPerPage": 0,
"Resources": []
} |
ENDPOINTS