Skip to main content

List Chats

Retrieve the list of chats that the user is part of.

  • Least Privileged Microsoft Graph permission to access the action via application: Chat.ReadBasic.All.
  • Higher privileged Microsoft Graph permissions to access the action via application: Chat.Read.All, Chat.ReadWrite.All.
External Documentation

To learn more, visit the Microsoft Teams documentation.

Parameters

ParameterDescription
ExpandRetrieves related resources. Possible value: members.
FilterFilters results (rows). For example: startswith(topic,'T')

Workflow Library Example

List Chats with Microsoft Teams and Send Results Via Email

Workflow LibraryPreview this Workflow on desktop