| 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 |
Namespace: microsoft.graph
[!INCLUDE beta-disclaimer]
Settings to configure whether guests can create, update, or delete channels in the team.
| 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. |
None.
The following JSON representation shows the resource type.
{
"allowCreateUpdateChannels": true,
"allowDeleteChannels": true
}