GET /v1/scim/Users
Retrieves a list of users in the SCIM system, with optional pagination
Servers
- https://api.au.sumologic.com/api/
- https://api.ca.sumologic.com/api/
- https://api.de.sumologic.com/api/
- https://api.eu.sumologic.com/api/
- https://api.fed.sumologic.com/api/
- https://api.jp.sumologic.com/api/
- https://api.kr.sumologic.com/api/
- https://api.in.sumologic.com/api/
- https://api.sumologic.com/api/
- https://api.us2.sumologic.com/api/
Query parameters
Name | Type | Required | Description |
---|---|---|---|
sortOrder |
String | No |
The sort order. Use "ascending" or "descending" Possible values:
|
count |
Integer | No |
The maximum number of results to return. Defaults to 100 Default value: 100 |
filter |
String | No |
Find user with the given email address |
sortBy |
String | No |
Sort the list of users by the |
startIndex |
Integer | No |
The index of the first result to return. Defaults to 0 if not specified Default value: 0 |
How to start integrating
- Add HTTP Task to your workflow definition.
- Search for the API you want to integrate with and click on the name.
- This loads the API reference documentation and prepares the Http request settings.
- Click Test request to test run your request to the API and see the API's response.