Email Address
The Email Address object represents a single email address.
Properties
Required Common Properties
typeid
Optional Common Properties
spec_versionobject_marking_refsgranular_markingsdefangedextensions
Not Applicable
created_by_refrevokedlabelsconfidencelangexternal_references
Email Addr Specific
valuedisplay_namebelongs_to_ref
Property | Type | Description |
---|---|---|
type optional | string | The value of this property MUST be `email-addr`. |
value optional | string | Specifies a single email address. This MUST not include the display name. |
display_name optional | string | Specifies a single email display name, i.e., the name that is displayed to the human user of a mail application. |
belongs_to_ref optional | string | Specifies the user account that the email address belongs to, as a reference to a User Account Object. |
Examples
{
"type": "email-addr",
"spec_version": "2.1",
"id": "email-addr--2d77a846-6264-5d51-b586-e43822ea1ea3",
"value": "john@example.com",
"display_name": "John Doe"
}