Skip to content

Latest commit

 

History

History
50 lines (38 loc) · 1.17 KB

File metadata and controls

50 lines (38 loc) · 1.17 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/19/2024

teamGuestSettings resource type

Namespace: microsoft.graph

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.

JSON representation

The following JSON representation shows the resource type.

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