GET api/scim/v2/groups

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

Request Information

URI Parameters

None.

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.

schemas

Collection of string

None.

Resources

Collection of Object

None.

Response Formats

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

Sample:

Sample not available.