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
Parameter | Description |
---|---|
Expand | Retrieves related resources. Possible value: members. |
Filter | Filters results (rows). For example: startswith(topic,'T') |
Workflow Library Example
List Chats with Microsoft Teams and Send Results Via Email
Preview this Workflow on desktop