Verify email address
Update email
Verify email address
Complete the second step of the email change flow.
This endpoint consumes the verification payload and applies the new email address to the authenticated account.
Expected usage:
- First request a code via PATCH /user/account/email.
- Then call this endpoint with the verification data.
On success, the email address is updated and the endpoint returns 204.
PUT
Verify email address
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
Response
204
The user's email address was updated