v3

latestOpenAPI 3.0.3MIT2026-07-313881,2455.6 MB
User

Sends an email to the new email address containing a confirmation link. The user must provide their current password to initiate this request. The link is going to be valid for 12 hours.

post/api/user/send-change-email-confirmation/

Request body

new_emailstring email required

The new email address to change to.

passwordstring required

The current password of the user for verification.

base_urlstring uri required

The base URL where the user can confirm the email change. The confirmation token is going to be appended to the base_url (base_url '/token').

Response

No response body