List team members
list_team_membersList the members of a team, each with role flags (isLead, isOrgAdmin) and the underlying user (preferredName, email). Parabol GraphQL: viewer.team(teamId).teamMembers. Requires TEAMS_READ.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sortBy | No | Optional field to sort members by (e.g. 'preferredName'). | |
| teamId | Yes | The team id. |