POST
/
project_email_domains
/
{id}
/
project_email_addresses

Authorizations

Authorization
string
headerrequired

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Path Parameters

id
string
required

The ID of the project email domain

Body

application/json
email_address
string
required

The email address

display_name
string | null
required

The readable name of the email address

Response

200 - application/json
id
string
required

The ID of the email address

email_address
string
required

The email address

display_name
string
required

The readable name of the email address