v1
latestOpenAPI 3.1.02026-07-2618690613.4 KBUser 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
Example response
{
"Resources": [
{
"meta": {
"resourceType": "Group"
}
}
]
}