Table of Contents

PlaceDevice.Read.All

Allows the app to read all workplace devices, 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 PlaceDevice.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 8b724a84-ceac-4fd9-897e-e31ba8f2d7a3 4c7f93d2-6b0b-4e05-91aa-87842f0a2142
DisplayText Read all workplace devices Read all workplace devices
Description Allows the app to read all workplace devices, without a signed-in user. Allows the app to read all workplace devices, 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: workplaceSensorDevice

Property Type Description
description String The description of the device.
deviceId String The user-defined unique identifier of the device provided at the time of creation.
displayName String The display name of the device.
id String The unique identifier of the device. It's system generated and a user can't change it. Inherited from entity.
ipV4Address String The IPv4 address of the device.
ipV6Address String The IPv6 address of the device.
macAddress String The MAC address of the device.
manufacturer String The manufacturer of the device.
placeId String The unique identifier of the place where the device is located. If the device is installed in a room equipped with a mailbox, this property should match the ExternalDirectoryObjectId or Microsoft Entra object ID of the room mailbox.
sensors workplaceSensor collection A list of sensors associated with the device that collect and report data about physical or environmental conditions, such as occupancy, people count, inferred occupancy, temperature, and more.
tags String collection A list of custom tags associated with the device.