Edit

Share via


room resource type

Namespace: microsoft.graph

Represents a room in a tenant.

In Exchange Online, each room is associated with a room mailbox. Derived from place.

Methods

For the list of supported methods, see place.

Properties

Property Type Description
address physicalAddress The street address of the room.
audioDeviceName String Specifies the name of the audio device in the room.
bookingType bookingType Type of room. Possible values are: unknown, standard, reserved.
building String Specifies the building name or building number that the room is in.
capacity Int32 Specifies the capacity of the room.
displayDeviceName String Specifies the name of the display device in the room.
displayName String The name associated with the room.
emailAddress String Email address of the room.
floorLabel String Specifies a descriptive label for the floor, for example, P.
floorNumber Int32 Specifies the floor number that the room is on.
geoCoordinates outlookGeoCoordinates Specifies the room location in latitude, longitude, and optionally, altitude coordinates.
id String Unique identifier for the room. Read-only. This identifier isn't immutable and can change if there are changes to the mailbox or the tenant configuration. The beta version of this API has a new property added called placeId, which provides an immutable ID.
isWheelChairAccessible Boolean Specifies whether the room is wheelchair accessible. Inherited from place.
label String Specifies a descriptive label for the room, for example, a number or name. Inherited from place.
nickname String Specifies a nickname for the room, for example, "conf room".
parentId String The ID of a parent floor or section. Inherited from place.
phone String The phone number of the room.
tags String collection Specifies other features of the room, for example, details like the type of view or furniture type. Inherited from place.
videoDeviceName String Specifies the name of the video device in the room.

bookingType values

Value Description
unknown Unspecified booking behavior. We don't recommend that you use this value.
reserved The room is available only on a first-come, first-served basis. It can't be reserved.
standard The room is available and can be reserved. This value is the default.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
  "address": {"@odata.type": "microsoft.graph.physicalAddress"},
  "audioDeviceName": "String",
  "bookingType": "String",
  "building": "String",
  "capacity": 1024,
  "displayName": "String",
  "displayDeviceName": "String",
  "emailAddress": "String",
  "floorLabel": "String",
  "floorNumber": 1024,
  "geoCoordinates": {"@odata.type": "microsoft.graph.outlookGeoCoordinates"},
  "id": "String (identifier)",
  "isWheelChairAccessible": true,
  "label": "String",
  "nickname": "String",
  "parentId": "String",
  "phone": "String",
  "tags": ["String"],
  "videoDeviceName": "String"
}