teams messagingsettings set¶
Updates messaging settings of a Microsoft Teams team
Usage¶
m365 teams messagingsettings set [options]
Options¶
-i, --teamId <teamId>
- The ID of the Microsoft Teams team for which to update messaging settings
--allowUserEditMessages [allowUserEditMessages]
- Set to
true
to allow users to edit messages and tofalse
to disallow it --allowUserDeleteMessages [allowUserDeleteMessages]
- Set to
true
to allow users to delete messages and tofalse
to disallow it --allowOwnerDeleteMessages [allowOwnerDeleteMessages]
- Set to
true
to allow owner to delete messages and tofalse
to disallow it --allowTeamMentions [allowTeamMentions]
- Set to
true
to allow @team or @[team name] mentions and tofalse
to disallow it --allowChannelMentions [allowChannelMentions]
- Set to
true
to allow @channel or @[channel name] mentions 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 users to edit messages in channels
m365 teams messagingsettings set --teamId '00000000-0000-0000-0000-000000000000' --allowUserEditMessages true
Disallow users to delete messages in channels
m365 teams messagingsettings set --teamId '00000000-0000-0000-0000-000000000000' --allowUserDeleteMessages false
Response¶
The command won't return a response on success.