ops

updateEmail user

update user email

post/ops/users/update-email

Request body

current_emailstring email required
new_emailstring email required

Example request

{
  "current_email": "alice@example.com",
  "new_email": "alice@example.com"
}

Response

OK response.

Changes

No recorded changes to this endpoint across all 6 revisions of this API.