# Reset password Resets a user password Endpoint: POST /slapi/users/resetpassword Version: 0.0.1 Security: BasicAuthCredentials ## Request fields (application/json): - `email` (string) Example: "test@test.com" - `password` (string) Example: "Password123" ## Response 200 fields (applicaiton/json): - `clientNumber` (string) Example: "0000000001" - `message` (string) - `userId` (integer) Example: 1 ## Response 404 fields (applicatoin/json): - `error` (string) - `message` (string)