Generic SCIM Endpoint - List Users

The List Users endpoint returns either all users within an organization matching the given filter or all users if no filter is provided.

Request

Endpoint

/provisioning/generic/v2/Users

HTTP Method

GET

Path parameters

The following path parameters are optional.

Parameter
Description
Example

count

Allows the response to be paginated per the specified number of rows

1

filter

Filters the response results; must be in the format userName%20eq%20%22…%22 where is the username

userName%20eq%20%22aliceglick%22

startIndex

Allows further results to be provided incrementally

0

Example requests

Example request with filter

GET app.strongdm.com/provisioning/generic/v2/Users?filter=userName%20eq%20%[email protected]%22

Example request without filter

GET app.strongdm.com/provisioning/generic/v2/Users?startIndex=0&count=1

Response

Example success response

Last updated

Was this helpful?