- Microsoft Graph permissions to access the action via App Registration:
Chat.Read.All,Chat.ReadWrite.All.
External DocumentationTo learn more, visit the Microsoft Teams documentation.
Parameters
| Parameter | Description |
|---|---|
| Chat ID | The ID of the chat. Can be obtained by using the List Chats action.Note: The dynamic dropdown is supported only for OAuth (delegated) connections. |
| Filter | Filters results (rows). For example: (lastModifiedDateTime gt now() - “15m”) (not required) |
| Limit | Specify the number of chat messages returned per page in the response. Valid range is 1-50. |
| Return All Pages | Automatically fetch all resources, page by page. |