Skip to content

Latest commit

 

History

History
63 lines (46 loc) · 1.17 KB

File metadata and controls

63 lines (46 loc) · 1.17 KB
title phone resource type
description Represents a phone number.
ms.localizationpriority medium
doc_type resourcePageType
ms.subservice entra-directory-management
author dkershaw10
ms.date 07/23/2024

phone resource type

Namespace: microsoft.graph

[!INCLUDE beta-disclaimer]

Represents a phone number.

Properties

Property Type Description
number string The phone number.
type String The type of phone number. The possible values are: home, business, mobile, other, assistant, homeFax, businessFax, otherFax, pager, radio.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
  "number": "string",
  "type": "String"
}