| title | physicalOfficeAddress resource type |
|---|---|
| description | Represents the business address of a resource such as a contact or event. |
| ms.localizationpriority | medium |
| author | dkershaw10 |
| ms.subservice | entra-directory-management |
| doc_type | resourcePageType |
| ms.date | 04/03/2024 |
Namespace: microsoft.graph
Represents the business address of a resource such as an organizational contact.
| Property | Type | Description |
|---|---|---|
| city | String | The city. |
| countryOrRegion | String | The country or region. It's a free-format string value, for example, "United States". |
| officeLocation | String | Office location such as building and office number for an organizational contact. |
| postalCode | String | The postal code. |
| state | String | The state. |
| street | String | The street. |
The following JSON representation shows the resource type.
{
"city": "string",
"countryOrRegion": "string",
"officeLocation": "string",
"postalCode": "string",
"state": "string",
"street": "string"
}