GET api/scim/v2/users?filter={filter}&startIndex={startIndex}&count={count}

Retrieves a list of all active users in the system.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
filter

string

None.

startIndex

integer

None.

count

integer

None.

Body Parameters

None.

Response Information

Resource Description

On success: HTTP 200 OK with a list of active users. On failure: HTTP 400 Bad Request if an error occurs during processing.

ListResponse
NameDescriptionTypeAdditional information
totalResults

integer

None.

schemas

Collection of string

None.

Resources

Collection of Object

None.

Response Formats

application/json, text/json, application/scim+json

Sample:

Sample not available.