List users in a group
GET/v1/groups/:groupId/users
Returns users who have access to the specified group, along with their email, phone number, and access type. The listing scope depends on the caller's access level:
- Primary Access: Sees all users (primary, secondary, and subentity users)
- Secondary Access: Sees only primary users (for discovering group owners)
- Subentity Access: Denied (requires group-level access)
Useful for discovering user IDs before issuing unshare (DELETE) requests.
Request
Responses
- 200
- 400
- 401
- 403
- 500
Successful response
Missing group ID or caller has no group-level access
Unauthorized - Invalid or missing authentication
Forbidden - User does not have permission to access the resource
Internal server error