Addresses
Addresses is a type representing the physical addresses for a user. These show up in a Jive user's profile.
 The primary address for this person,
 if present, will be marked with a primary value of true.
[ { "value" : { "streetAddress" : "915 SW Stark St", "locality" : "Portland", "region" : "Oregon", "postalCode" : "97205", "country" : "USA" }, "jive_label" : "Address", "primary" : true } ]
Fields
| Field | Type | Mode † | Description | 
|---|---|---|---|
jive_label | 
             String | 
             required | For primary addresses the value must be   | 
         
value | 
             String | 
             required | A valid postal address. This is a JSON object where one or more of the following String fields must be specified: streetAddress, locality, region, postalCode or country.  | 
         
type | 
             String | 
             optional | Possible values are   | 
         
primary | 
             String | 
             read-only | True if this is the primary postal address.  |