Skip to 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 full.
--query [query]
JMESPath query string. See http://jmespath.org/ for more information and examples
-o, --output [output]
Output type. json,text,csv,md. 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"
    }
  }
]
displayName : Rooms building 1
emailAddress: RoomsBuilding1@contoso.com
id          : 5502bfbd-83f0-4b31-aa8c-5aebeda06091
phone       :
id,displayName,phone,emailAddress
5502bfbd-83f0-4b31-aa8c-5aebeda06091,Rooms building 1,,RoomsBuilding1@contoso.com
# outlook roomlist list

Date: 27/1/2023

## Rooms building 1 (5502bfbd-83f0-4b31-aa8c-5aebeda06091)

Property | Value
---------|-------
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"}