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