teams funsettings set
Updates fun settings of a Microsoft Teams team
Usage
m365 teams funsettings set [options]
Options
-i, --teamId <teamId>The ID of the Teams team for which to update settings
--allowGiphy [allowGiphy]Set to
trueto allow giphy and tofalseto disable it--giphyContentRating [giphyContentRating]Settings to set content rating for giphy. Allowed values
Strict,Moderate--allowStickersAndMemes [allowStickersAndMemes]Set to
trueto allow stickers and memes and tofalseto disable them--allowCustomMemes [allowCustomMemes]Set to
trueto allow custom memes and tofalseto disable them
-h, --help [help]Output usage information. Optionally, specify which section of command's help you want to see. Allowed values are
options,examples,remarks,permissions,response,full. Default isoptions.--query [query]JMESPath query string. See http://jmespath.org/ for more information and examples.
-o, --output [output]Output type.
json,text,csv,md,none. Defaultjson.--verboseRuns command with verbose logging.
--debugRuns command with debug logging.
Examples
Allow giphy usage within a given Microsoft Teams team, setting the content rating for giphy to Moderate
m365 teams funsettings set --teamId 83cece1e-938d-44a1-8b86-918cf6151957 --allowGiphy true --giphyContentRating Moderate
Disable usage of giphy within a given Microsoft Teams team
m365 teams funsettings set --teamId 83cece1e-938d-44a1-8b86-918cf6151957 --allowGiphy false
Allow usage of stickers and memes within a given Microsoft Teams team
m365 teams funsettings set --teamId 83cece1e-938d-44a1-8b86-918cf6151957 --allowStickersAndMemes true
Disable usage custom memes within a given Microsoft Teams team
m365 teams funsettings set --teamId 83cece1e-938d-44a1-8b86-918cf6151957 --allowCustomMemes false
Response
The command won't return a response on success.