Get group by ID
GET/api/v1/identity/groups/:groupId
Retrieves detailed information about a specific group including members, owners, parent/child relationships, and lifecycle information.
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 500
Successfully retrieved group
Bad Request - Invalid parameters or malformed request
Unauthorized - Invalid or missing authentication
Forbidden - Insufficient permissions
Not Found - Resource does not exist
Internal Server Error