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*.
  • Least privileged Microsoft Graph permission to access the action via OAuth: Chat.ReadBasic.

More information about the higher privileged permissions can be found in the Microsoft Teams permissions documentation.

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