The phone number object
{
"id": "phonenumber-001",
"phoneNumber": "+12345678",
"phoneType": "spouse",
"lineType": "mobile",
"lineStatus": "active",
"note": "This is the spouse phone number"
}Attributes
id(string): A unique identifier for the phone numberphoneNumber(string): The phone number, in E.164 formatphoneType(string): The phone type (aka label) for the phone number (e.g work, spouse, relative)lineType(string, enum): The line type of the phone number. Posible values are:landlinemobilevoippersonaltollFreepremiumsharedCostuan(Universal Access Number)voicemailpagerunknown
lineStatus(string, enum): The current line status. Possible values are:activeinactivereachableunreachableunknown
note(string): A note attached to the phone number. Useful for adding more context.
Last updated