Edit

Share via


desk resource type

Namespace: microsoft.graph

Important

APIs under the /beta version in Microsoft Graph are subject to change. Use of these APIs in production applications is not supported. To determine whether an API is available in v1.0, use the Version selector.

Represents individual desks.

Inherits from place.

Methods

For the list of supported methods, see place.

Properties

Property Type Description
address physicalAddress The physical address of the desk, including the street, city, state, country or region, and postal code. Inherited from place.
displayDeviceName String The name of the display device (for example, monitor or projector) that is available at the desk.
displayName String The name that is associated with the desk. Inherited from place.
geoCoordinates outlookGeoCoordinates Specifies the desk location in latitude, longitude, and (optionally) altitude coordinates. Inherited from place.
id String The unique identifier for the desk. 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 desk is wheelchair accessible. Inherited from place.
label String User-defined description of the desk. Inherited from place.
mailboxDetails mailboxDetails The mailbox object id and email address that are associated with the desk.
mode placeMode The mode of the desk. The supported modes are:
  • assignedPlaceMode - Desks that are assigned to a user.
  • reservablePlaceMode - Desks that can be booked in advance using desk reservation tools.
  • dropInPlaceMode - First come, first served desks. When you plug into a peripheral on one of these desks, the desk is booked for you, assuming the peripheral is associated with the desk in the Microsoft Teams Rooms Pro management portal.
  • offlinePlaceMode - Desk that is taken down for maintenance or marked as not reservable.
parentId String The ID of a parent place. Inherited from place.
phone String The phone number of the desk. Inherited from place.
placeId String An alternate immutable unique identifier of the desk. Read-only. Inherited from place.
tags String collection Custom tags that are associated with the desk for categorization or filtering. Inherited from place.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
  "@odata.type": "#microsoft.graph.desk",
  "address": {"@odata.type": "microsoft.graph.physicalAddress"},
  "displayDeviceName": "String",
  "displayName": "String",
  "geoCoordinates": {"@odata.type": "microsoft.graph.outlookGeoCoordinates"},
  "id": "String (identifier)",
  "isWheelChairAccessible": "Boolean",
  "label": "String",
  "mailboxDetails": {"@odata.type": "microsoft.graph.mailboxDetails"},
  "mode": {"@odata.type": "microsoft.graph.placeMode"},
  "parentId": "String",
  "phone": "String",
  "placeId": "String",
  "tags": ["String"]
}