Skip to main content

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 is options.

--query [query]

JMESPath query string. See http://jmespath.org/ for more information and examples.

-o, --output [output]

Output type. json, text, csv, md, none. Default json.

--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
}
CTRL + M