| title | phone resource type |
|---|---|
| description | Represents a phone number. |
| ms.localizationpriority | medium |
| author | dkershaw10 |
| ms.subservice | entra-directory-management |
| doc_type | resourcePageType |
| ms.date | 08/08/2024 |
Namespace: microsoft.graph
Represents a phone number.
| Property | Type | Description |
|---|---|---|
| number | string | The phone number. |
| type | phoneType | The type of phone number. The possible values are: home, business, mobile, other, assistant, homeFax, businessFax, otherFax, pager, radio. |
None.
The following JSON representation shows the resource type.
{
"number": "string",
"type": "String"
}