From 36d775e5b26be7ca4ed904ab79ed84ebfc316c49 Mon Sep 17 00:00:00 2001 From: erichui-ms <115510318+erichui-ms@users.noreply.github.com> Date: Mon, 12 Feb 2024 17:17:34 -0800 Subject: [PATCH] Update chats-getallmessages.md Applied the same edit to Beta --- api-reference/beta/api/chats-getallmessages.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/api-reference/beta/api/chats-getallmessages.md b/api-reference/beta/api/chats-getallmessages.md index 1f4cb3dbbbb..184997c33d0 100644 --- a/api-reference/beta/api/chats-getallmessages.md +++ b/api-reference/beta/api/chats-getallmessages.md @@ -46,6 +46,9 @@ Use the `model` query parameter to specify the [payment model](/graph/teams-lice GET /users/{id | user-principal-name}/chats/getAllMessages?model=A GET /users/{id | user-principal-name}/chats/getAllMessages?model=B ``` + +This operation also supports [from parameters](/microsoftteams/export-teams-content#export-api-filters) to query for messages sent by specific users. + >**Note:** If you don't specify a payment model in your query, the default [evaluation mode](/graph/teams-licenses#evaluation-mode-default-requirements) will be used. ## Request headers