Users
Update user email and password
REQUIRED SCOPES <code>[‘users:write’]</code><br>This API endpoint is used to update the email address of the user. <br><br>The required parameter to update user’s email is the relevant user’s password which is used to confirm the email update operation. <br><br>As a result of this API request, you are able to change the email record in the database.
post/users/email
Query parameters
current_passwordstring required
Password
emailstring required
Response
OK
Changes
No recorded changes to this endpoint across all 2 revisions of this API.