# Reset a user's password **POST /Api/Auth/ResetPassword** ## Servers - https://app.lovassy.hu: https://app.lovassy.hu () - http://127.0.0.1:5279: http://127.0.0.1:5279 () ## Parameters ### Query parameters - **passwordResetToken** (string) ### Body: application/json (object) - **newPassword** (string) - **Additional properties are NOT allowed** () ## Responses ### 204 No Content ### 404 Not Found #### Body: application/json (object) - **type** (string | null) - **title** (string | null) - **status** (integer(int32) | null) - **detail** (string | null) - **instance** (string | null) - **Additional properties:** () ### 400 Bad Request #### Body: application/json (object) - **type** (string | null) - **title** (string | null) - **status** (integer(int32) | null) - **detail** (string | null) - **instance** (string | null) - **Additional properties:** () ### 503 Server Error [Powered by Bump.sh](https://bump.sh)