Skip to content

Commit d11db6a

Browse files
Merge pull request #27993 from microsoftgraph/main
Auto Publish – main to live - 2025-12-27 00:30 UTC
2 parents 20e7ed0 + 2a8260c commit d11db6a

18 files changed

Lines changed: 163 additions & 28 deletions

File tree

api-reference/beta/resources/desk.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ For the list of supported methods, see [place](./place.md).
3434
|isWheelChairAccessible|Boolean|Indicates whether the **desk** is wheelchair accessible. Inherited from [place](./place.md).|
3535
|label |String |User-defined description of the **desk**. Inherited from [place](../resources/place.md).|
3636
|mailboxDetails |[mailboxDetails](mailboxdetails.md) |The mailbox object **id** and email address that are associated with the desk. |
37-
|mode |[placeMode](./placemode.md) |The mode of the desk. The supported modes are:<ul><li>[assignedPlaceMode](./assignedplacemode.md) - Desks that are assigned to a user.</li><li>[reservablePlaceMode](./reservableplacemode.md) - Desks that can be booked in advance using desk reservation tools.</li><li>[dropInPlaceMode](./dropinplacemode.md) - 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.</li><li>[unavailablePlaceMode](./unavailableplacemode.md) - Desk that is taken down for maintenance or marked as not reservable.</li></ul> |
37+
|mode |[placeMode](./placemode.md) |The mode of the desk. The supported modes are:<ul><li>[assignedPlaceMode](./assignedplacemode.md) - Desks that are assigned to a user.</li><li>[reservablePlaceMode](./reservableplacemode.md) - Desks that can be booked in advance using desk reservation tools.</li><li>[dropInPlaceMode](./dropinplacemode.md) - 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.</li><li>[unavailablePlaceMode](./unavailableplacemode.md) - Desks that are taken down for maintenance or marked as not reservable.</li></ul> |
3838
|parentId|String|The ID of a parent [section](./section.md). Inherited from [place](./place.md).|
3939
|phone|String|The phone number of the **desk**. Inherited from [place](./place.md).|
4040
|tags|String collection|Custom tags that are associated with the **desk** for categorization or filtering. Inherited from [place](./place.md).|

api-reference/beta/resources/placemode.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Namespace: microsoft.graph
1616

1717
Represents an abstract base type for modes of [desk](./desk.md) and [workspace](./workspace.md) objects.
1818

19-
Base type of [assignedPlaceMode](./assignedplacemode.md), [dropInPlaceMode](./dropinplacemode.md), [unavailablePlaceMode](./unavailableplacemode.md), and [reservablePlaceMode](./reservableplacemode.md).
19+
Base type of [assignedPlaceMode](./assignedplacemode.md), [dropInPlaceMode](./dropinplacemode.md), [reservablePlaceMode](./reservableplacemode.md), and [unavailablePlaceMode](./unavailableplacemode.md).
2020

2121
## Properties
2222

api-reference/beta/resources/room.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ For the list of supported methods, see [place](./place.md).
4242
|nickname |String |A short, friendly name for the **room**, often used for easier identification or display in UI. |
4343
|parentId |String |The ID of a parent [floor](./floor.md) or [section](./section.md). Inherited from [place](../resources/place.md). |
4444
|phone |String |The phone number of the **room**. Inherited from [place](../resources/place.md).|
45-
|placeId |String |An alternate immutable unique identifier of the **room**. Read-only.|
45+
|placeId |String |An alternative immutable unique identifier of the **room**. Read-only.|
4646
|tags |String collection |Custom tags that are associated with the **room** for categorization or filtering. Inherited from [place](../resources/place.md).|
4747
|teamsEnabledState |placeFeatureEnablement |A state that indicates whether the room is enabled for Microsoft Teams. The possible values are: `unknown`, `enabled`, `disabled`, `unknownFutureValue`.|
4848
|videoDeviceName |String |The name of the video device that is available in the **room**. |
@@ -91,7 +91,7 @@ The following JSON representation shows the resource type.
9191
"nickname": "String",
9292
"parentId": "String",
9393
"phone": "String",
94-
"placeId": "String (alternate identifier)",
94+
"placeId": "String (alternative identifier)",
9595
"tags": ["String"],
9696
"teamsEnabledState": "String",
9797
"videoDeviceName": "String"

api-reference/beta/resources/unavailableplacemode.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: "unavailablePlaceMode resource type"
3-
description: "Describes why a desk or a workspace has been marked as unavailable for booking."
3+
description: "Describes why a desk or a workspace is marked as unavailable for booking."
44
author: tiwarisakshi02
55
ms.date: 06/11/2025
66
ms.localizationpriority: medium
@@ -14,16 +14,16 @@ Namespace: microsoft.graph
1414

1515
[!INCLUDE [beta-disclaimer](../../includes/beta-disclaimer.md)]
1616

17-
Describes why a desk or a workspace has been marked as unavailable for booking.
17+
Describes why a desk or a workspace is marked as unavailable for booking.
1818

19-
This mode is supported for [desk](./desk.md), [workspace](./workspace.md) objects.
19+
This mode is supported for [desk](./desk.md) and [workspace](./workspace.md) objects.
2020

2121
Inherits from [placeMode](../resources/placemode.md).
2222

2323
## Properties
2424
|Property|Type|Description|
2525
|:---|:---|:---|
26-
|reason|String|Reason for marking a [place](../resources/place.md) unavailable.|
26+
|reason|String|The reason a [place](../resources/place.md) is marked unavailable.|
2727

2828
## Relationships
2929
None.

api-reference/beta/resources/workspace.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,11 @@ For the list of supported methods, see [place](./place.md).
3636
|id|String|The unique identifier for the **workspace**. Read-only. This identifier isn't immutable and can change if the mailbox or tenant configuration changes. Inherited from [place](./place.md). |
3737
|isWheelChairAccessible|Boolean|Indicates whether the **workspace** is wheelchair accessible. Inherited from [place](./place.md).|
3838
|label |String |User-defined description of the **workspace**. Inherited from [place](../resources/place.md).|
39-
|mode|[placeMode](./placemode.md) |The mode for a **workspace**. The supported modes are:<ul><li>[reservablePlaceMode](./reservableplacemode.md) - Workspaces that can be booked in advance using desk pool reservation tools.</li><li>[dropInPlaceMode](./dropinplacemode.md) - First come, first served desks. When you plug into a peripheral on one of these desks in the workspace, the desk is booked for you, assuming that the peripheral has been associated with the desk in the Microsoft Teams Rooms Pro management portal.</li><li>[unavailablePlaceMode](./unavailableplacemode.md) - Workspaces that are taken down for maintenance or marked as not reservable.</li></ul> |
39+
|mode|[placeMode](./placemode.md) |The mode for a **workspace**. The supported modes are:<ul><li>[reservablePlaceMode](./reservableplacemode.md) - Workspaces that can be booked in advance using desk pool reservation tools.</li><li>[dropInPlaceMode](./dropinplacemode.md) - First come, first served desks. When you plug into a peripheral on one of these desks in the workspace, the desk is booked for you, assuming that the peripheral has been associated with the desk in the Microsoft Teams Rooms pro management portal.</li><li>[unavailablePlaceMode](./unavailableplacemode.md) - Workspaces that are taken down for maintenance or marked as not reservable.</li></ul> |
4040
|nickname|String|A short, friendly name for the **workspace**, often used for easier identification or display in the UI. |
4141
|parentId|String|The ID of a parent [section](./section.md). Inherited from [place](./place.md). |
4242
|phone|String|The phone number of the **workspace**. Inherited from [place](./place.md). |
43-
|placeId|String|An alternate immutable unique identifier of the **workspace**. Read-only.|
43+
|placeId|String|An alternative immutable unique identifier of the **workspace**. Read-only.|
4444
|tags|String collection|Custom tags that are associated with the **workspace** for categorization or filtering. Inherited from [place](./place.md). |
4545

4646
## Relationships
@@ -77,7 +77,7 @@ The following JSON representation shows the resource type.
7777
"nickname": "String",
7878
"parentId": "String",
7979
"phone": "String",
80-
"placeId": "String",
80+
"placeId": "String (alternative identifier)",
8181
"tags": ["String"]
8282
}
8383
```

api-reference/v1.0/resources/building.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ For more supported methods, see [place](./place.md).
3636
|phone|String|The phone number of the **building**. Inherited from [place](./place.md). |
3737
|resourceLinks|[resourceLink](../resources/resourcelink.md) collection|A set of links to external resources that are associated with the **building**. Inherited from [place](./place.md). |
3838
|tags|String collection|Custom tags that are associated with the building for categorization or filtering. Inherited from [place](./place.md).|
39+
|wifiState |placeFeatureEnablement |A state that indicates whether the **building** has Wi-Fi. The possible values are: `unknown`, `enabled`, `disabled`, `unknownFutureValue`.|
3940

4041
## Relationships
4142
|Relationship|Type|Description|
@@ -64,7 +65,8 @@ The following JSON representation shows the resource type.
6465
"parentId": "String",
6566
"phone": "String",
6667
"resourceLinks": [{"@odata.type": "microsoft.graph.resourceLink"}],
67-
"tags": ["String"]
68+
"tags": ["String"],
69+
"wifiState": "String"
6870
}
6971
```
7072

api-reference/v1.0/resources/desk.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,12 @@ For the list of supported methods, see [place](./place.md).
2626
|displayDeviceName |String |The name of the display device (for example, `monitor` or `projector`) that is available at the **desk**. |
2727
|displayName|String|The name that is associated with the **desk**. Inherited from [place](./place.md).|
2828
|geoCoordinates|[outlookGeoCoordinates](./outlookgeocoordinates.md)|Specifies the **desk** location in latitude, longitude, and (optionally) altitude coordinates. Inherited from [place](./place.md).|
29+
|heightAdjustableState |placeFeatureEnablement|A state that indicates whether the **desk** is height adjustable. The possible values are: `unknown`, `enabled`, `disabled`, `unknownFutureValue`.|
2930
|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](./place.md). |
3031
|isWheelChairAccessible|Boolean|Indicates whether the **desk** is wheelchair accessible. Inherited from [place](./place.md).|
3132
|label |String |User-defined description of the **desk**. Inherited from [place](../resources/place.md).|
3233
|mailboxDetails |[mailboxDetails](mailboxdetails.md) |The mailbox object **id** and email address that are associated with the desk. |
33-
|mode |[placeMode](./placemode.md) |The mode of the desk. The supported modes are:<ul><li>[assignedPlaceMode](./assignedplacemode.md) - Desks that are assigned to a user.</li><li>[reservablePlaceMode](./reservableplacemode.md) - Desks that can be booked in advance using desk reservation tools.</li><li>[dropInPlaceMode](./dropinplacemode.md) - 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.</li></ul> |
34+
|mode |[placeMode](./placemode.md) |The mode of the desk. The supported modes are:<ul><li>[assignedPlaceMode](./assignedplacemode.md) - Desks that are assigned to a user.</li><li>[reservablePlaceMode](./reservableplacemode.md) - Desks that can be booked in advance using desk reservation tools.</li><li>[dropInPlaceMode](./dropinplacemode.md) - 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.</li><li>[unavailablePlaceMode](./unavailableplacemode.md) - Desks that are taken down for maintenance or marked as not reservable.</li></ul> |
3435
|parentId|String|The ID of a parent [section](./section.md). Inherited from [place](./place.md).|
3536
|phone|String|The phone number of the **desk**. Inherited from [place](./place.md).|
3637
|tags|String collection|Custom tags that are associated with the **desk** for categorization or filtering. Inherited from [place](./place.md).|
@@ -55,6 +56,7 @@ The following JSON representation shows the resource type.
5556
"displayDeviceName": "String",
5657
"displayName": "String",
5758
"geoCoordinates": {"@odata.type": "microsoft.graph.outlookGeoCoordinates"},
59+
"heightAdjustableState": "String",
5860
"id": "String (identifier)",
5961
"isWheelChairAccessible": "Boolean",
6062
"label": "String",

api-reference/v1.0/resources/enums.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1568,6 +1568,15 @@ Possible types of Windows settings.
15681568
| pager |
15691569
| radio |
15701570

1571+
### placeFeatureEnablement values
1572+
1573+
|Member|
1574+
|:---|
1575+
|unknown|
1576+
|enabled|
1577+
|disabled|
1578+
|unknownFutureValue|
1579+
15711580
### plannerContainerType values
15721581

15731582
| Member |

api-reference/v1.0/resources/placemode.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Namespace: microsoft.graph
1414

1515
Represents an abstract base type for modes of [desk](./desk.md) and [workspace](./workspace.md) objects.
1616

17-
Base type of [assignedPlaceMode](./assignedplacemode.md), [dropInPlaceMode](./dropinplacemode.md), and [reservablePlaceMode](./reservableplacemode.md).
17+
Base type of [assignedPlaceMode](./assignedplacemode.md), [dropInPlaceMode](./dropinplacemode.md), [reservablePlaceMode](./reservableplacemode.md), and [unavailablePlaceMode](./unavailableplacemode.md).
1818

1919
## Properties
2020
None.

api-reference/v1.0/resources/room.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ ms.date: 03/22/2024
1212

1313
Namespace: microsoft.graph
1414

15-
Represents a room in a tenant.
15+
Represents a room within a tenant. A room can be added to a [floor](./floor.md) or to a [section](./section.md).
1616

17-
In Exchange Online, each room is associated with a room mailbox. Derived from [place](place.md).
17+
Inherits from [place](./place.md).
1818

1919
## Methods
2020
For the list of supported methods, see [place](./place.md).
@@ -34,13 +34,15 @@ For the list of supported methods, see [place](./place.md).
3434
| floorLabel | String | Specifies a descriptive label for the floor, for example, P. |
3535
| floorNumber | Int32 | Specifies the floor number that the room is on. |
3636
| geoCoordinates | [outlookGeoCoordinates](outlookgeocoordinates.md) | Specifies the room location in latitude, longitude, and optionally, altitude coordinates. |
37-
| 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. |
37+
|id |String |The unique identifier for the **room**. Read-only. This identifier isn't immutable and can change if the mailbox or tenant configuration changes. Inherited from [place](./place.md).|
3838
| isWheelChairAccessible | Boolean | Specifies whether the room is wheelchair accessible. Inherited from [place](./place.md). |
3939
| label | String | Specifies a descriptive label for the room, for example, a number or name. Inherited from [place](./place.md). |
4040
| nickname | String | Specifies a nickname for the room, for example, "conf room". |
41-
| parentId |String | The ID of a parent [floor](./floor.md) or [section](./section.md). Inherited from [place](../resources/place.md). |
41+
| parentId |String | The ID of a parent [floor](./floor.md) or [section](./section.md). Inherited from [place](./place.md). |
4242
| phone | String | The phone number of the room. |
43+
| placeId |String | An alternative immutable unique identifier of the **room**. Read-only. |
4344
| tags | String collection | Specifies other features of the room, for example, details like the type of view or furniture type. Inherited from [place](./place.md). |
45+
|teamsEnabledState |placeFeatureEnablement |A state that indicates whether the **room** is enabled for Microsoft Teams. The possible values are: `unknown`, `enabled`, `disabled`, `unknownFutureValue`.|
4446
| videoDeviceName | String | Specifies the name of the video device in the room. |
4547

4648
### bookingType values
@@ -86,7 +88,9 @@ The following JSON representation shows the resource type.
8688
"nickname": "String",
8789
"parentId": "String",
8890
"phone": "String",
91+
"placeId": "String (alternative identifier)",
8992
"tags": ["String"],
93+
"teamsEnabledState": "String",
9094
"videoDeviceName": "String"
9195
}
9296
```

0 commit comments

Comments
 (0)