v1

latestOpenAPI 3.1.02026-07-2618690613.4 KB
User groups

List user groups

Return a list of user groups, sorted by creation time.

get/scim/v2/groups

Query parameters

countinteger

The number of groups to return

startIndexinteger

An integer index that determines the starting point of the sorted result list

Response

List of user groups

schemasstring[]

SCIM schema information for the response

itemsPerPageinteger

The number of groups returned in the current page

startIndexinteger

The starting index of the current page in the result set

totalResultsinteger

The total number of groups matching the query

Example response

{
  "Resources": [
    {
      "meta": {
        "resourceType": "Group"
      }
    }
  ]
}