List all groups
GET/api/v1/identity/groups
Retrieves a paginated list of groups with detailed information including hierarchy, ownership, membership counts, and lifecycle data.
Request
Responses
- 200
- 400
- 401
- 403
- 500
Successfully retrieved groups
Response Headers
X-Total-Count
Total number of groups
Bad Request - Invalid parameters or malformed request
Unauthorized - Invalid or missing authentication
Forbidden - Insufficient permissions
Internal Server Error