Add an email address
POST
/api/v4/user/emails
Adds an email address for the currently authenticated user.
Authorizations
Section titled “Authorizations”Request Bodyrequired
Section titled “Request Bodyrequired”Media typeapplication/json
object
email
required
The new email
string
Examplegenerated
{ "email": "example"}Responses
Section titled “Responses”Created
Media typeapplication/json
object
id
string
email
string
confirmed_at
string
Examplegenerated
{ "id": "example", "email": "example", "confirmed_at": "example"}Bad Request