Skip to main content

outlook roomlist list

Get a collection of available roomlists

Usage

m365 outlook roomlist list [options]

Options

-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

Get all roomlists in your tenant.

m365 outlook roomlist list

Response

[
{
"id": "5502bfbd-83f0-4b31-aa8c-5aebeda06091",
"emailAddress": "RoomsBuilding1@contoso.com",
"displayName": "Rooms building 1",
"geoCoordinates": null,
"phone": "",
"address": {
"street": "Microsoft Way 1",
"city": "Redmond",
"state": "Washington",
"countryOrRegion": "US",
"postalCode": "98053"
}
}
]
CTRL + M