v1
latestOpenAPI 3.0.02026-08-0417295208.0 KBgroups
Get list of all groups
get/groups
Query parameters
offsetinteger
the offset of the result set
limitinteger
the number of results in the result set
with_user_countsboolean
Skips the user counts for groups all groups
Response
successfully retrieved all groups
Example response
{
"items": [
{
"name": "ui-team",
"description": "ui-team owner access",
"members_count": 1
}
]
}