List the members of a group (team)

View as Markdown

Lists the organization memberships that belong to the group named by the groupId path param. Authorization: any authed org member (reads are open). Returns the group’s members.

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Path parameters

groupIdstringRequired

Response

The group’s members.

memberslist of maps from strings to any
Organization memberships in the group, as the identity provider returns them.