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.

An example JSON representation looks like this:

  [ {
    "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 "Phone Number". To learn the list of phone number fields available in a Jive instance do a GET to /metadata/objects/phoneNumbers. When using the Javascript API then execute metadata.getObjectMetadata("phoneNumbers").

value String required

A valid phone number.

type String optional

Possible values are home, other, fax, mobile, pager or work.

primary Boolean read-only

True if this is the primary phone number.

→ Fields used by update and create operations
→ Fields used only by create operations
→ Fields not used by update or create operations