GET /v1/scim/Users

Retrieves a list of users in the SCIM system, with optional pagination

Servers

Query parameters

Name Type Required Description
sortOrder String No

The sort order. Use "ascending" or "descending"

Possible values:

  • "ascending"
  • "descending"
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 givenName, familyName, or emails field

startIndex Integer No

The index of the first result to return. Defaults to 0 if not specified

Default value: 0

How to start integrating

  1. Add HTTP Task to your workflow definition.
  2. 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.
  3. Click Test request to test run your request to the API and see the API's response.