Skip to content

New command: Update messaging settings of a Microsoft Teams team #820

@waldekmastykarz

Description

@waldekmastykarz

Updates messaging settings of a Microsoft Teams team

  • command: teams messagingsettings set -i|--teamId <teamId> --allowUserEditMessages [allowUserEditMessages] --allowUserDeleteMessages [allowUserDeleteMessages] --allowOwnerDeleteMessages [allowOwnerDeleteMessages] --allowTeamMentions [allowTeamMentions] --allowChannelMentions [allowChannelMentions]
  • teamId - The ID of the team for which to update messaging settings
  • allowUserEditMessages - Set to true to allow users to edit messages and to false to disallow it
  • allowUserDeleteMessages - Set to true to allow users to delete messages and to false to disallow it
  • allowOwnerDeleteMessages - Set to true to allow owner to delete messages and to false to disallow it
  • allowTeamMentions - Set to true to allow @team or @[team name] mentions and to false to disallow it
  • allowChannelMentions - Set to true to allow @channel or @[channel name] mentions and to false to disallow it

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions