Get groups
GET {{baseUrl}}/api/group?start=0&limit=200
Returns all user groups. The returned groups are ordered alphabetically in ascending order by group name.
Permissions required: Permission to access the Confluence site ('Can use' global permission).
Request Params
| Key | Datatype | Required | Description | 
|---|---|---|---|
| start | number | The starting index of the returned groups. | |
| limit | number | The maximum number of groups to return per page. | |
| Note, this may be restricted by fixed system limits. | 
RESPONSES
status: OK
{}