get_team_members
List members of a Tempo team by team ID. Each member's key matches the Tempo worklog worker field for per-user worklog queries.
Instructions
List all members of a Tempo team.
Reads rest/tempo-teams/2/team/{team_id}/member/. Each member's
key is the same value the Tempo worklog worker field carries — so
it's what you pass on to per-user worklog tools. Note this is the Tempo
team roster, not a Jira user group (see get_all_users for groups).
Args:
team_id: Tempo team id (e.g. 79).
raw: Return Tempo's untouched membership objects instead of the
flattened key / display_name / role / membership-window
shape. Use when you need fields not surfaced by default.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| raw | No | ||
| team_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |