Skip to content

Latest commit

 

History

History
65 lines (52 loc) · 1.86 KB

File metadata and controls

65 lines (52 loc) · 1.86 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 akjo
ms.subservice teams
doc_type resourcePageType
ms.date 07/22/2024

teamMemberSettings resource type

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.

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.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

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