From a9a36911aeb7fbc893a9434b367fb771a9e86027 Mon Sep 17 00:00:00 2001 From: bkeerthivasa <86682379+bkeerthivasa@users.noreply.github.com> Date: Mon, 30 Sep 2024 11:56:30 -0700 Subject: [PATCH] Update export-teams-content.md --- Teams/export-teams-content.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Teams/export-teams-content.md b/Teams/export-teams-content.md index 0f8aef4426..0ff87756dd 100644 --- a/Teams/export-teams-content.md +++ b/Teams/export-teams-content.md @@ -48,7 +48,9 @@ Here are some examples on how you can use these export APIs: - **Deleted Teams:** Export API supports [capturing messages from deleted Teams](/graph/api/deletedteam-getallmessages) and deleted standard, private, and shared channels. - **Deleted Users**: Export API supports capturing messages for deleted users up to 30 days from the time the user was deleted. To find the list of deleted users, see [Deleted Items](/graph/api/directory-deleteditems-list). - **Chat Message Properties:** Refer to the [complete list of properties that Teams Export APIs support](/graph/api/resources/chatmessage#properties). -- **Control Messages:** Export API supports capturing control messages in addition to the user generated messages. Control Messages are system generated messages that appear on the Teams client and carry important information such as "User A added User B to the chat and shared all chat history" along with the timestamp. System messages enable the caller to have insights about events that happened in a team, a channel, or a chat. Currently Export API supports the [Add Member and Remove Member event for chats, teams and standard channels](/graph/system-messages#supported-system-message-events). +- **Control Messages:** Export API supports capturing control messages in addition to the user generated messages. Control Messages are system generated messages that appear on the Teams client and carry important information such as "User A added User B to the chat and shared all chat history" along with the timestamp. System messages enable the caller to have insights about events that happened in a team, a channel, or a chat. Refer to [the list of control messages](/graph/system-messages#supported-system-message-events) that Export API currently supports. +> [!NOTE] +> Meeting related control messages are currently not supported by Export API. - **Edited History:** Provided that [your tenant is setup with Teams Retention Policy](/purview/create-retention-policies?tabs=teams-retention), Export API supports capturing messages' edited history for [individual & group chat](/graph/api/chat-getallretainedmessages), and [posts, comments in Public & Shared channels](/graph/api/channel-getallretainedmessages). To learn more about Teams Retention policy, see the [Manage retention policies for Microsoft Teams](/microsoftteams/retention-policies) for further details.