Table of Contents

PlaceDeviceTelemetry.ReadWrite.All

Allows the app to read and write telemetry for all workplace devices, without a 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 PlaceDeviceTelemetry.ReadWrite.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 27fc435f-44e2-4b30-bf3c-e0ce74aed618 -
DisplayText Read and write telemetry for all workplace devices. -
Description Allows the app to read and write telemetry for all workplace devices, without a signed-in user. -
AdminConsentRequired - -

Graph Methods

Resources

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

Graph reference: workplaceSensor

Property Type Description
displayName String The display name of the sensor. Optional.
placeId String The unique identifier of the place that the sensor detects. 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. If the sensor detects the same place as the location of the device, the property can be omitted. The default value is the place identifier of the device. Optional.
sensorId String The user-defined unique identifier of the sensor on the device. If the device has multiple sensors of the same type, the property must be provided to identify each sensor. If the device has only one sensor of a type, the property can be omitted. The default value is the sensor type. Optional.
sensorType workplaceSensorType The type of sensor. The possible values are: occupancy, peopleCount, inferredOccupancy, heartbeat, badge, unknownFutureValue. Required.