teamGuestSettings resource type

Namespace: microsoft.graph

Important

APIs under the /beta version in Microsoft Graph are subject to change. Use of these APIs in production applications is not supported. To determine whether an API is available in v1.0, use the Version selector.

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
}