Email Addresses

Retrieve an email address

Returns the details of an email address.

get/email_addresses/{email_address_id}

Path parameters

email_address_idstring required

The ID of the email address to retrieve

Response

Success

idstring
object'email_address' required

String representing the object's type. Objects of the same type share the same value.

email_addressstring required
reservedboolean required
matches_sso_connectionboolean

Indicates whether this email address domain matches an active enterprise connection.

created_atinteger required

Unix timestamp of creation

updated_atinteger required

Unix timestamp of creation

Changes

Changed in 1 of the 15 revisions of this API.1

    • added the optional property ///// to the response with the status

      response-optional-property-added