# Change the user password Changes the user password. Endpoint: POST /blaize/users/change-password Version: 2025-07-30 Security: CookieBlaizeSession, JwtQuery, JwtHeaderXBlaizeJwt, JwtHeaderXZephrJwt, JwtBearer, JwtCookie ## Request fields (application/json): - `current_validators` (object, required) Example: {"password":"mysecurepassword123"} - `current_validators.password` (string) Example: "mysecurepassword123" - `new_validators` (object, required) Example: {"password":"mysecurepassword123"} ## Response 200 fields ## Response 400 fields ## Response 403 fields ## Response 404 fields