list-joined-teams
list-joined-teamsLists all Microsoft Teams teams the signed-in user belongs to, with automatic pagination for complete results. Use it to retrieve a full joined-teams membership list from Microsoft 365.
Instructions
List the Microsoft Teams teams the signed-in user is a member of.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cursor | No | Continuation token (nextCursor of a previous truncated response). Continues that listing; other query inputs are ignored. | |
| 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. |