# Resets a password Endpoint for changing a password using a token. Endpoint: POST /auth/password/reset Version: 26.2.0.4309 ## Request fields (application/json): - `token` (string, required) The token received via e-mail. - `newPassword` (string, required) The new password that will be set to the user associated with the token. ## Response 204 fields ## Response 400 fields ## Response 403 fields ## Response 404 fields ## Response 500 fields