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

Retrieves a list of all user groups available in the system.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
filter

string

None.

startIndex

integer

None.

count

integer

Default value is 100

Body Parameters

None.

Response Information

Resource Description

On success: HTTP 200 OK with a list of user groups. On failure: HTTP 400 Bad Request or other error depending on service implementation.

ListResponse
NameDescriptionTypeAdditional information
totalResults

integer

None.

startIndex

integer

None.

itemsPerPage

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.