| title | section resource type |
|---|---|
| description | Represents a section within a floor. |
| author | tiwarisakshi02 |
| ms.date | 11/11/2025 |
| ms.localizationpriority | medium |
| ms.subservice | outlook |
| doc_type | resourcePageType |
Namespace: microsoft.graph
Represents a section within a floor. A floor is always the parent of a section.
Inherits from place.
For the list of supported methods, see place.
| Property | Type | Description |
|---|---|---|
| address | physicalAddress | The physical address of the section, including the street, city, state, country or region, and postal code. Inherited from place. |
| displayName | String | The display name of the section. Inherited from place. |
| geoCoordinates | outlookGeoCoordinates | Specifies the section location in latitude, longitude, and (optionally) altitude coordinates. Inherited from place. |
| id | String | The unique identifier for the section. Read-only. This identifier isn't immutable and can change if the mailbox or tenant configuration changes. Inherited from entity. |
| isWheelChairAccessible | Boolean | Indicates whether the section is wheelchair accessible. Inherited from place. |
| label | String | User-defined description of the section. Inherited from place. |
| parentId | String | The ID of a parent floor or building. Inherited from place. |
| phone | String | The phone number of the section. Inherited from place. |
| tags | String collection | Custom tags that are associated with the section for categorization or filtering. Inherited from place. |
None.
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.section",
"id": "String (identifier)",
"displayName": "String",
"geoCoordinates": {
"@odata.type": "microsoft.graph.outlookGeoCoordinates"
},
"phone": "String",
"address": {
"@odata.type": "microsoft.graph.physicalAddress"
},
"parentId": "String",
"tags": [
"String"
],
"isWheelChairAccessible": "Boolean",
"label": "String"
}