Table of Contents

Place.Read.All

Allows the app to read your company's places (conference rooms and room lists) for calendar events and other applications, on behalf of the signed-in user.

Merill's Note

For an app to access data in Microsoft Graph, the user or administrator must grant it the permissions it needs. This article lists all the Microsoft Graph APIs and your tenant data that can be accessed by the application (vendor/developer) if you consent to the Place.Read.All permission.

If you need to create an audit report of the permissions granted to all the apps in your tenant, you can run the Export-MsIdAppConsentGrantReport command. See How To: Run a quick OAuth app audit of your tenant

Category Application Delegated
Identifier 913b9306-0ce1-42b8-9137-6a7df690a760 cb8f45a0-5c2e-4ea1-b803-84b870a7d7ec
DisplayText Read all company places Read all company places
Description Allows the app to read company places (conference rooms and room lists) for calendar events and other applications, without a signed-in user. Allows the app to read your company's places (conference rooms and room lists) for calendar events and other applications, on behalf of the signed-in user.
AdminConsentRequired Yes Yes

Graph Methods

Resources

Granting this permission allows the calling application to access (and/or update) the following information in your tenant.

Graph reference: building

Property Type Description
address physicalAddress The physical address of the building, including the street, city, state, country or region, and postal code. Inherited from place.
displayName String The name that is associated with the building. Inherited from place.
geoCoordinates outlookGeoCoordinates Specifies the building location in latitude, longitude, and (optionally) altitude coordinates. Inherited from place.
hasWiFi Boolean Indicates whether the building has a wireless network.
id String The unique identifier for the building. Read-only. This identifier isn't immutable and can change if the mailbox or tenant configuration changes. Inherited from place.
isWheelChairAccessible Boolean Indicates whether the building is wheelchair accessible. Inherited from place.
label String User-defined description of the building. Inherited from place.
parentId String Currently, buildings don't have a parent. Don't use. Inherited from place.
phone String The phone number of the building. Inherited from place.
placeId String An alternate immutable unique identifier of the building. Read-only. Inherited from place.
resourceLinks resourceLink collection A set of links to external resources that are associated with the building. Inherited from place.
tags String collection Custom tags that are associated with the building for categorization or filtering. Inherited from place.