Skip to content

Latest commit

 

History

History
58 lines (46 loc) · 1.76 KB

File metadata and controls

58 lines (46 loc) · 1.76 KB
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 MSFTRickyCastaneda
ms.subservice teams
doc_type resourcePageType
ms.date 08/19/2024

teamMemberSettings resource type

Namespace: microsoft.graph

Settings to configure whether members can perform certain actions, for example, create channels and add bots, in the team.

Properties

Property 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.

JSON representation

The following JSON representation shows the resource type.

{
  "allowCreatePrivateChannels": true,
  "allowCreateUpdateChannels": true,
  "allowDeleteChannels": true,
  "allowAddRemoveApps": true,
  "allowCreateUpdateRemoveTabs": true,
  "allowCreateUpdateRemoveConnectors": true
}