UserPhone Object
Contains information about a phone number associated with a user's account.
This object is used by the following operations:
- Operations that reference the UserPhones object
The properties included in the UserPhone object are listed below.
Property | Type | Description |
---|---|---|
Type | string | Optional. Could be any value. Not currently used. |
CountryCode | string |
The standard country code for the country the user's phone number is valid for. Max length: 32. Must be a valid standard country code. |
PhoneNumber | string |
The user's telephone number. Max length: 32. |
Verified | Boolean | Indicates whether the user's phone number was verified. Default: false. |
Primary | Boolean | Indicates that this is the user's primary phone number on account. Default: false. |