Emails
Emails
is a type representing the email addresses for a user. Each user must have a primary email address.
[ { "value" : "admin@example.com", "type" : "work", "jive_label" : "Email", "primary" : true } ]
Fields
Field | Type | Mode † | Description |
---|---|---|---|
jive_label |
String |
required | For primary emails the value must be |
value |
String |
required | A valid email address. Primary emails must be unique across the system. |
type |
String |
optional | Possible values are |
primary |
String |
read-only | True if this is the primary email address. |