teamMessagingSettings resource type
Namespace: microsoft.graph
Important
APIs under the /beta
version in Microsoft Graph are subject to change. Use of these APIs in production applications is not supported. To determine whether an API is available in v1.0, use the Version selector.
Settings to configure messaging and mentions in the team.
Properties
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. |
JSON representation
The following JSON representation shows the resource type.
{
"allowUserEditMessages": true,
"allowUserDeleteMessages": true,
"allowOwnerDeleteMessages": true,
"allowTeamMentions": true,
"allowChannelMentions": true
}