Get the list of members for a group
User Groups
Get the list of members for a group
Get the list of members for any group. This endpoint can only be used by instance level admins.
GET
Get the list of members for a group
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Response
List of group members with their roles
The members of a group: {"users": [{id, email, role}, ...]}.