Address
| Field | Type | Required | Description | Example |
|---|---|---|---|---|
Type |
AddressTypeJson1 | ✔️ | The type of the address. | work |
StreetAddress |
string | ➖ | The street address of the user. | 100 Universal City Plaza |
Locality |
string | ➖ | The locality/city of the user. | Hollywood |
Region |
string | ➖ | The region/state/province of the user. | CA |
PostalCode |
string | ➖ | Postal code (also known as zipcode) of the user. | 91608 |
Country |
string | ➖ | The country of the user. | USA |
Primary |
bool | ➖ | True indicates the address is primary. | true |