Change Email

Authentication

AuthorizationBearer
Bearer token authentication

Request

This endpoint expects an object.
newEmailstringRequired
The new email address to set must be a valid email address
callbackURLstring or nullOptional
The URL to redirect to after email verification

Response

Email change request processed successfully
statusboolean
Indicates if the request was successful
userobject
messageenum or null
Status message of the email change process

Errors

400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
429
Too Many Requests Error
500
Internal Server Error