# Reset new password for the user Endpoint: POST /users/reset-password Version: 5.1.42 Security: api_key ## Request fields (application/json): - `userName` (string, required) The username for resetting the password Example: "maskinguser" - `token` (string, required) The generated token received in the email Example: "abc" - `password` (string, required) The new password for this username. Example: "Secret123!" ## Response 200 fields ## Response 400 fields