Fetch All User Resource
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 | Curl curl -X GET 'https://api.getpostman.com/scim/v2/Users?startIndex=1&count=100&filter=userName eq 'test%40domain.com'' -H 'Authorization: apiKey' ENDPOINTS |