v1

latestOpenAPI 3.0.02026-08-064311,0881.3 MB
userManagement

Change email address.

An email with an activation link is sent to the user’s new email address. The user must click the link in the email within seven days to complete the email address change, or the link will expire.

post/v1/users/{id}/email/requestChange

Path parameters

idstring required

Identifier of the user to change email address.

Request body

emailstring email required

New email address of the user.

Example request

{
  "email": "johndoe@acme.com"
}

Response

Email change request was submitted successfully.