tempo_search_team_memberships
Search Tempo for team memberships by team, account, or role. Filter to retrieve active and inactive membership records.
Instructions
Search Tempo team memberships across teams, accounts, and roles via POST. Inactive memberships are included.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| view | No | Response shape: "compact" (default) drops fields the response already carries elsewhere; "full" returns every field this server understands. compact strips image/avatar URLs from the response; "full" returns Tempo's payload untouched. No field projection: this server has no verified record of which Tempo fields matter, and inventing one would risk dropping a field a caller needs. | |
| limit | No | Max results | |
| offset | No | Pagination offset | |
| roleIds | No | Filter by Tempo role ids (see tempo_get_roles) | |
| teamIds | No | Filter by team ids | |
| accountIds | No | Filter by Atlassian account ids |