| title | teamMessagingSettings resource type |
|---|---|
| description | Settings to configure messaging and mentions in the team. |
| author | MSFTRickyCastaneda |
| ms.localizationpriority | medium |
| ms.subservice | teams |
| doc_type | resourcePageType |
| ms.date | 08/16/2024 |
Namespace: microsoft.graph
[!INCLUDE beta-disclaimer]
Settings to configure messaging and mentions in the team.
| Property | Type | Description |
|---|---|---|
| allowUserEditMessages | Boolean | If set to true, users can edit their messages. |
| allowUserDeleteMessages | Boolean | If set to true, users can delete their messages. |
| allowOwnerDeleteMessages | Boolean | If set to true, owners can delete any message. |
| allowTeamMentions | Boolean | If set to true, @team mentions are allowed. |
| allowChannelMentions | Boolean | If set to true, @channel mentions are allowed. |
None.
The following JSON representation shows the resource type.
{
"allowUserEditMessages": true,
"allowUserDeleteMessages": true,
"allowOwnerDeleteMessages": true,
"allowTeamMentions": true,
"allowChannelMentions": true
}