teams membersettings set¶
Updates member settings of a Microsoft Teams team
Usage¶
m365 teams membersettings set [options]
Options¶
-i, --teamId <teamId>
- The ID of the Teams team for which to update settings
--allowAddRemoveApps [allowAddRemoveApps]
- Set to
true
to allow members to add and remove apps and tofalse
to disallow it --allowCreateUpdateChannels [allowCreateUpdateChannels]
- Set to
true
to allow members to create and update channels and tofalse
to disallow it --allowCreateUpdateRemoveConnectors [allowCreateUpdateRemoveConnectors]
- Set to
true
to allow members to create, update and remove connectors and tofalse
to disallow it --allowCreateUpdateRemoveTabs [allowCreateUpdateRemoveTabs]
- Set to
true
to allow members to create, update and remove tabs and tofalse
to disallow it --allowDeleteChannels [allowDeleteChannels]
- Set to
true
to allow members to create and update channels and tofalse
to disallow it -h, --help [help]
- Output usage information. Optionally, specify which section of command's help you want to see. Allowed values are
options
,examples
,remarks
,response
,full
. Default isfull
. --query [query]
- JMESPath query string. See http://jmespath.org/ for more information and examples
-o, --output [output]
- Output type.
json,text,csv,md
. Defaultjson
--verbose
- Runs command with verbose logging
--debug
- Runs command with debug logging
Examples¶
Allow members to create and edit channels
m365 teams membersettings set --teamId '00000000-0000-0000-0000-000000000000' --allowCreateUpdateChannels true
Disallow members to add and remove apps
m365 teams membersettings set --teamId '00000000-0000-0000-0000-000000000000' --allowAddRemoveApps false
Response¶
The command won't return a response on success.