Skip to main content
teams.listChats returns the connected user’s chats across Graph pages.

Example

automations/list-teams-chats.automation.ts

Inputs

Optional limit defaults to 100 and accepts 1–10,000 results across Graph pages. Optional second argument { account } selects the Microsoft binding.

Output

Returns chats with chatId, chatType, and optional topic, tenantId, createdAt, updatedAt, and webUrl. chatType is oneOnOne, group, meeting, or unknownFutureValue.