Skip to main content
POST
/
v1
/
ui
/
users
/
emails
/
changes
Request email change
curl --request POST \
  --url https://api.example.com/v1/ui/users/emails/changes \
  --header 'Content-Type: application/json' \
  --data '
{
  "newEmail": "jsmith@example.com"
}
'

Body

application/json
newEmail
string<email>
required

Response

Email change verification sent