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,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.
Permissions
- Delegated
- Application
| Resource | Permissions |
|---|---|
| Microsoft Graph | Place.Read.All |
| Resource | Permissions |
|---|---|
| Microsoft Graph | Place.Read.All |
Examples
Get all roomlists in your tenant.
m365 outlook roomlist list
Response
- JSON
- Text
- CSV
- Markdown
[
{
"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 |