teams funsettings list¶
Lists fun settings for the specified Microsoft Teams team
Usage¶
m365 teams funsettings list [options]
Options¶
-i, --teamId <teamId>
- The ID of the team for which to list fun settings
-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¶
List fun settings of a Microsoft Teams team
m365 teams funsettings list --teamId 83cece1e-938d-44a1-8b86-918cf6151957
Response¶
{
"allowGiphy": true,
"giphyContentRating": "moderate",
"allowStickersAndMemes": true,
"allowCustomMemes": true
}
allowCustomMemes : true
allowGiphy : true
allowStickersAndMemes: true
giphyContentRating : moderate
allowGiphy,giphyContentRating,allowStickersAndMemes,allowCustomMemes
1,moderate,1,1