List group members
GET/api/v1/identity/groups/:groupId/members
Retrieves all members of a specific group including users, nested groups, and service principals with their membership details.
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 500
Successfully retrieved group members
Bad Request - Invalid parameters or malformed request
Unauthorized - Invalid or missing authentication
Forbidden - Insufficient permissions
Not Found - Resource does not exist
Internal Server Error