ResourceEmail Addresses
URL/api/v2/email_addresses
Supported Standard Operations
  • Add
  • Delete
  • Edit
  • View (one)
  • View (all)

Attributes

See email_addresses for definitions of attributes.

Sample Record

{    
  "type_id": 125,
  "person_id": 1695,
  "external_identity_id": null,
  "source_email_address_id": null,
  "mail": "plee@myvo.org",
  "description": null,
  "verified": true
}

Supported Filters

(warning) Viewing all email addresses without an additional filter is not supported.

View (all)

Additional filters:

  • external_id
  • person_id

Example: Obtain Email Addresses for the specified Person

GET /registry/api/v2/email_addresses?person_id=2400

Implementation Notes

  • The record is read only if source_email_address_id is not null.
  • No labels