Users
Change user password
REQUIRED SCOPES <code>['users:write']</code><br>This endpoint allows an authenticated current user to change their password. <br><br>To allow a user to successfully change their password via this API call, it is required from the user to input: <ul><li>Current password</li> <li>New password</li> <li>Confirm the new password</li></ul>
post/users/password
Query parameters
passwordstring required
New password
password_confirmationstring required
Confirm new password
current_passwordstring required
Current password
Response
OK
Changes
No recorded changes to this endpoint across all 2 revisions of this API.