list-team-members
list-team-membersRetrieve team members with names, emails, and roles by providing a team ID. Supports pagination to handle large teams.
Instructions
List members of a team (name, email, roles).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cursor | No | Continuation token (nextCursor of a previous truncated response). Continues that listing; other query inputs are ignored. | |
| teamId | Yes | Value for teamId | |
| maxItems | No | Maximum items to return across pages (default 50, max 500). Pagination via @odata.nextLink is handled automatically; when the result is truncated, pass its nextCursor as cursor to continue. |