Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

phone resource type

Namespace: microsoft.graph

Represents a phone number.

Properties

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.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

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


Feedback

Was this page helpful?

Additional resources