# Get user groups Get all user groups. Endpoint: GET /api/groups Version: 24.9.2.5 Security: ApiKeyAuth, Bearer ## Response 200 fields (application/json): - `description` (string) - `id` (string) - `members` (array) - `members.username` (string) - `name` (string, required) - `orgId` (string) ## Response 403 fields (application/json): - `message` (string) Example: "Something went wrong" - `result` (string) Example: "error" - `success` (boolean)