v14

OpenAPI 3.1.02026-08-03122113375.9 KB
user-account

Send email update code

Begin a two-step email change flow by requesting a verification code.

This endpoint does not update the email address by itself.

Flow:

  1. Call this endpoint with the target email address.
  2. Read the verification code delivered to that address.
  3. Call PUT /user/account/email to verify the code and complete the change.

Use this split flow when you need proof that the new email address is controlled by the user.

patch/user/account/email

Request body

emailstring email required

Email address to verify

Response

A verification code was sent to the email address