Skip to content

Latest commit

 

History

History
63 lines (50 loc) · 1.56 KB

File metadata and controls

63 lines (50 loc) · 1.56 KB
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

teamMessagingSettings resource type

Namespace: microsoft.graph

[!INCLUDE beta-disclaimer]

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.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

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