Field Guide
Name |
Type |
Example |
Notes |
id |
Int |
98131 |
Unique identifier |
value |
String |
vbear@mywork.com |
|
location |
String |
work |
Location for this email address. Possible values include:
Defaults to work.
|
Example
{
"id": 98131,
"value": "vbear@mywork.com",
"location": "work"
}