Request Email Change
POST
/api/users/me/email/change
Request a change of the current user’s email address (Fable F1).
Requires the current password (re-auth, so a hijacked idle tab can’t silently redirect the account’s email) and does NOT take effect until the NEW address is verified via /users/me/email/change/confirm — email is the anchor future subscription/billing records key off, so a change that skipped verification would be a billing-hijack vector.
Authorizations
Request Body required
Request a pending email change — sends a verification link to the NEW address; the change does not take effect until confirmed.
object
current_password
required
string
new_email
required
string format: email
Responses
200
Successful Response
422
Validation Error
object
detail
Array<object>
object
loc
required
Array
msg
required
string
type
required
string