teamMessagingSettings resource type

Namespace: microsoft.graph

Settings to configure messaging and mentions in the team.

Properties

Property Type Description
allowChannelMentions Boolean If set to true, @channel mentions are allowed.
allowOwnerDeleteMessages Boolean If set to true, owners can delete any message.
allowUserDeleteMessages Boolean If set to true, users can delete their messages.
allowUserEditMessages Boolean If set to true, users can edit their messages.
allowTeamMentions Boolean If set to true, @team mentions are allowed.

JSON representation

The following is a JSON representation of the resource.

{
  "allowUserEditMessages": true,
  "allowUserDeleteMessages": true,
  "allowOwnerDeleteMessages": true,
  "allowTeamMentions": true,
  "allowChannelMentions": true    
}