Retrieves all groups in the organization.
curl --request GET \ --url https://api.axiom.co/v2/rbac/groups \ --header 'Authorization: Bearer <token>'
[ { "description": "<string>", "isManaged": true, "members": [ "<string>" ], "name": "<string>", "roles": [ "<string>" ], "id": "<string>" } ]
The access token received from the authorization server in the OAuth 2.0 flow.
A list of groups was successfully retrieved
The response is of type object[].
object[]