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 is a JSON representation of the resource.

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