List users in a subgroup
GET/v1/groups/:groupId/subgroups/:subGroupId/users
Returns the users who have access to the specified subgroup, along
with their email, phone number, and access type. Every returned
entry's subgroups is scoped to just this subgroup, regardless of
whether the user's actual access is group-wide or subgroup-specific.
The listing scope is determined by the caller's access level:
- Primary callers see all users (primary, secondary, and subgroup users with access to this subgroup).
- Secondary and subgroup-only callers see only the primary owners.
Request
Responses
- 200
- 400
- 401
- 403
- 500
Successful response
Missing group ID or missing subgroup ID
Unauthorized - Invalid or missing authentication
Forbidden - User does not have permission to access the resource
Internal server error