PhoneNumbers
PhoneNumbers
is a type holding all the phone numbers for a user. The primary phone number for this person,
if present, will be marked with a primary
value of true
.
[ { "value" : "503.972.6655", "jive_label" : "Phone Number", "primary" : true } ]
Fields
Field | Type | Mode † | Description |
---|---|---|---|
jive_label |
String |
required | For primary phone numbers the value must be |
value |
String |
required | A valid phone number. |
type |
String |
optional | Possible values are |
primary |
String |
read-only | True if this is the primary phone number. |