Microsoft Graph · Schema
teamMemberSettings
Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Tasks
Properties
| Name | Type | Description |
|---|---|---|
| allowAddRemoveApps | boolean | If set to true, members can add and remove apps. |
| allowCreatePrivateChannels | boolean | If set to true, members can add and update private channels. |
| allowCreateUpdateChannels | boolean | If set to true, members can add and update channels. |
| allowCreateUpdateRemoveConnectors | boolean | If set to true, members can add, update, and remove connectors. |
| allowCreateUpdateRemoveTabs | boolean | If set to true, members can add, update, and remove tabs. |
| allowDeleteChannels | boolean | If set to true, members can delete channels. |
| @odata.type | string |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/microsoft.graph.teamMemberSettings",
"title": "teamMemberSettings",
"required": [
"@odata.type"
],
"type": "object",
"properties": {
"allowAddRemoveApps": {
"type": "boolean",
"description": "If set to true, members can add and remove apps.",
"nullable": true
},
"allowCreatePrivateChannels": {
"type": "boolean",
"description": "If set to true, members can add and update private channels.",
"nullable": true
},
"allowCreateUpdateChannels": {
"type": "boolean",
"description": "If set to true, members can add and update channels.",
"nullable": true
},
"allowCreateUpdateRemoveConnectors": {
"type": "boolean",
"description": "If set to true, members can add, update, and remove connectors.",
"nullable": true
},
"allowCreateUpdateRemoveTabs": {
"type": "boolean",
"description": "If set to true, members can add, update, and remove tabs.",
"nullable": true
},
"allowDeleteChannels": {
"type": "boolean",
"description": "If set to true, members can delete channels.",
"nullable": true
},
"@odata.type": {
"type": "string"
}
}
}