| title | teamMemberSettings resource type |
|---|---|
| description | Settings to configure whether members can perform certain actions, for example, create channels and add bots, in the team. |
| ms.localizationpriority | medium |
| author | akjo |
| ms.subservice | teams |
| doc_type | resourcePageType |
| ms.date | 07/22/2024 |
Namespace: microsoft.graph
[!INCLUDE beta-disclaimer]
Settings to configure whether members can perform certain actions, for example, create channels and add bots, in the team.
| Property | Type | Description |
|---|---|---|
| allowCreateUpdateChannels | Boolean | If set to true, members can add and update any channels. |
| allowCreatePrivateChannels | Boolean | If set to true, members can add and update private channels. |
| allowDeleteChannels | Boolean | If set to true, members can delete channels. |
| allowAddRemoveApps | Boolean | If set to true, members can add and remove apps. |
| allowCreateUpdateRemoveTabs | Boolean | If set to true, members can add, update, and remove tabs. |
| allowCreateUpdateRemoveConnectors | Boolean | If set to true, members can add, update, and remove connectors. |
None.
The following JSON representation shows the resource type.
{
"allowCreateUpdateChannels": true,
"allowCreatePrivateChannels": true,
"allowDeleteChannels": true,
"allowAddRemoveApps": true,
"allowCreateUpdateRemoveTabs": true,
"allowCreateUpdateRemoveConnectors": true
}