Description: Returns the list of all groups.
Since: 7.49.3
Authorization: Requires admin authentication using Access Tokens
Usage: GET /access/api/v2/groups
Produces: application/json
Response:
{ "cursor": "string", "groups": [ { "group_name": "string", "uri": "string" } ] }
Note
The limit limits the result set; the valid values are between 1 to 99999 (the default is 1000).
Response Codes:
201: Successful
400: Invalid input, object invalid
401: Invalid credentials
403: Insufficient permissions