Skip to main content

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

Successful response