teamMemberSettings 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 members can perform certain actions, for example, create channels and add bots, in the team.
Properties
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. |
JSON representation
The following JSON representation shows the resource type.
{
"allowCreateUpdateChannels": true,
"allowCreatePrivateChannels": true,
"allowDeleteChannels": true,
"allowAddRemoveApps": true,
"allowCreateUpdateRemoveTabs": true,
"allowCreateUpdateRemoveConnectors": true
}