> For the complete documentation index, see [llms.txt](https://docs.forestall.io/fsprotect/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.forestall.io/fsprotect/search-and-reports/azure-entities/microsoft-teams/teamsmessagingpolicy.md).

# TeamsMessagingPolicy

The **TeamsMessagingPolicy** entity represents a Microsoft Teams messaging policy configuration.

| Field                                         | Type    | Possible Operators                                                 | Description                                                    |
| --------------------------------------------- | ------- | ------------------------------------------------------------------ | -------------------------------------------------------------- |
| Guid                                          | TEXT    | Like, Not Like, Equal, Not Equal, Is Empty                         | Unique identifier for the entity in FSProtect                  |
| ObjectID                                      | TEXT    | Like, Not Like, Equal, Not Equal, Is Empty                         | Object ID of the messaging policy                              |
| FSName                                        | TEXT    | Like, Not Like, Equal, Not Equal, Is Empty                         | Display name used in FSProtect                                 |
| risk                                          | NUMBER  | Equal, Between, Smaller, Larger, Smaller or Equal, Larger or Equal | Risk score calculated by FSProtect                             |
| ExposurePoint                                 | NUMBER  | Equal, Between, Smaller, Larger, Smaller or Equal, Larger or Equal | Exposure point score                                           |
| TenantID                                      | TEXT    | Like, Not Like, Equal, Not Equal, Is Empty                         | Azure AD Tenant ID                                             |
| Identity                                      | TEXT    | Like, Not Like, Equal, Not Equal, Is Empty                         | Identity of the messaging policy                               |
| AllowChatWithGroup                            | BOOLEAN | True / False                                                       | Whether chat with groups is allowed                            |
| AllowCustomGroupChatAvatars                   | BOOLEAN | True / False                                                       | Whether custom group chat avatars are allowed                  |
| AllowFullChatPermissionUserToDeleteAnyMessage | BOOLEAN | True / False                                                       | Whether full permission users can delete any message           |
| AllowGiphyDisplay                             | BOOLEAN | True / False                                                       | Whether Giphy display is allowed                               |
| AllowGroupChatJoinLinks                       | BOOLEAN | True / False                                                       | Whether group chat join links are allowed                      |
| CreateCustomEmojis                            | BOOLEAN | True / False                                                       | Whether creating custom emojis is allowed                      |
| AllowPasteInternetImage                       | BOOLEAN | True / False                                                       | Whether pasting internet images is allowed                     |
| AutoShareFilesInExternalChats                 | TEXT    | Like, Not Like, Equal, Not Equal, Is Empty                         | Auto-share files in external chats setting                     |
| ChatPermissionRole                            | TEXT    | Like, Not Like, Equal, Not Equal, Is Empty                         | Chat permission role setting                                   |
| DesignerForBackgroundsAndImages               | TEXT    | Like, Not Like, Equal, Not Equal, Is Empty                         | Designer for backgrounds and images setting                    |
| InOrganizationChatControl                     | TEXT    | Like, Not Like, Equal, Not Equal, Is Empty                         | In-organization chat control setting                           |
| UsersCanDeleteBotMessages                     | BOOLEAN | True / False                                                       | Whether users can delete bot messages                          |
| AllowCommunicationComplianceEndUserReporting  | BOOLEAN | True / False                                                       | Whether communication compliance end-user reporting is allowed |
| AllowFluidCollaborate                         | BOOLEAN | True / False                                                       | Whether Fluid collaboration is allowed                         |
| AllowSecurityEndUserReporting                 | BOOLEAN | True / False                                                       | Whether security end-user reporting is allowed                 |
| AllowOwnerDeleteMessage                       | BOOLEAN | True / False                                                       | Whether owners can delete messages                             |
| AllowUserEditMessage                          | BOOLEAN | True / False                                                       | Whether users can edit messages                                |
| AllowSmartCompose                             | BOOLEAN | True / False                                                       | Whether smart compose is allowed                               |
| AllowSmartReply                               | BOOLEAN | True / False                                                       | Whether smart reply is allowed                                 |
| AllowStickers                                 | BOOLEAN | True / False                                                       | Whether stickers are allowed                                   |
| AllowUrlPreviews                              | BOOLEAN | True / False                                                       | Whether URL previews are allowed                               |
| AllowUserChat                                 | BOOLEAN | True / False                                                       | Whether user chat is allowed                                   |
| AllowUserDeleteMessage                        | BOOLEAN | True / False                                                       | Whether users can delete their messages                        |
| AllowUserTranslation                          | BOOLEAN | True / False                                                       | Whether user translation is allowed                            |
| AllowImmersiveReader                          | BOOLEAN | True / False                                                       | Whether immersive reader is allowed                            |
| AllowGiphy                                    | BOOLEAN | True / False                                                       | Whether Giphy is allowed                                       |
| AllowRemoveUser                               | BOOLEAN | True / False                                                       | Whether removing users from chat is allowed                    |
| AllowPriorityMessages                         | BOOLEAN | True / False                                                       | Whether priority messages are allowed                          |
| UseB2BInvitesToAddExternalUsers               | BOOLEAN | True / False                                                       | Whether B2B invites are used to add external users             |
| AllowProactiveSummaries                       | BOOLEAN | True / False                                                       | Whether proactive summaries are allowed                        |
| DeleteCustomEmojis                            | BOOLEAN | True / False                                                       | Whether deleting custom emojis is allowed                      |
| AllowUserDeleteChat                           | BOOLEAN | True / False                                                       | Whether users can delete chats                                 |
| AllowVideoMessages                            | BOOLEAN | True / False                                                       | Whether video messages are allowed                             |
| Description                                   | TEXT    | Like, Not Like, Equal, Not Equal, Is Empty                         | Description of the messaging policy                            |
| ReadReceiptsEnabledType                       | TEXT    | Like, Not Like, Equal, Not Equal, Is Empty                         | Read receipts enabled type                                     |
| ChannelsInChatListEnabledType                 | TEXT    | Like, Not Like, Equal, Not Equal, Is Empty                         | Channels in chat list enabled type                             |
| AudioMessageEnabledType                       | TEXT    | Like, Not Like, Equal, Not Equal, Is Empty                         | Audio message enabled type                                     |


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.forestall.io/fsprotect/search-and-reports/azure-entities/microsoft-teams/teamsmessagingpolicy.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
