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
}