teams.listJoinedTeams returns every team joined by the connected user. Use it to find team IDs or validate display names.
Example
automations/list-teams.automation.ts
Inputs
The action has no schema input fields. Its optional second argument{ account: string | IntegrationAccountReference<"microsoft"> } defaults to the project’s Microsoft binding.
Output
ReturnsSignal<TeamsTeam[]>. Each team has teamId, displayName, isArchived, and optional description, classification, specialization, visibility, and webUrl. isArchived defaults to false.
Microsoft Graph doesn’t support this operation for personal Microsoft accounts.