Skip to content

Latest commit

 

History

History
57 lines (44 loc) · 1.28 KB

File metadata and controls

57 lines (44 loc) · 1.28 KB
title teamGuestSettings resource type
description Settings to configure whether guests can create, update, or delete channels in the team.
ms.localizationpriority medium
author MSFTRickyCastaneda
ms.subservice teams
doc_type resourcePageType
ms.date 08/16/2024

teamGuestSettings resource type

Namespace: microsoft.graph

[!INCLUDE beta-disclaimer]

Settings to configure whether guests can create, update, or delete channels in the team.

Properties

Property Type Description
allowCreateUpdateChannels Boolean If set to true, guests can add and update channels.
allowDeleteChannels Boolean If set to true, guests can delete channels.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
  "allowCreateUpdateChannels": true,
  "allowDeleteChannels": true
}