Skip to content

Add an email address

POST
/api/v4/user/emails

Adds an email address for the currently authenticated user.

Media type application/json
object
email
required

The new email

string
nullable
Example generated
{
"email": "example"
}

Created

Media type application/json
object
id
string
email
string
confirmed_at
string
Example generated
{
"id": "example",
"email": "example",
"confirmed_at": "example"
}

Bad Request