List Team Members
team_list_membersRetrieve the full list of members for a given team ID. Use the optional query to filter by member name and page_token for pagination.
Instructions
List members of a team by team ID. Call team_list first when you need to resolve the team_id from a team name.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | No | Optional member-name keyword. | |
| team_id | Yes | Team ID returned by team_list. | |
| page_token | No | Optional pagination token from a previous page. | |
| project_key | No | Project key. Always pass explicitly in multi-project usage; resolve it with project_search first when missing. |