Get a team
get_teamFetch one team by id: metadata, its team members (with each member's user), active meetings, and organization. Parabol GraphQL: viewer.team(teamId). Requires TEAMS_READ (+ MEETINGS_READ for activeMeetings, ORGS_READ for organization).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| teamId | Yes | The team id. |