# Change the user's password This endpoint starts the process of changing a user's password. An active user session is required for this endpoint. This process ends with an OTP (One-time password) being sent to the user's email address. Endpoint: POST /zephr/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 404 fields