# Start a 2FA password reset Starts the password reset for a 2FA user. This will send an email to the user with a 6 digit code, which can then be used to reset their password. Endpoint: POST /zephr/users/reset Version: 2025-07-30 Security: CookieBlaizeSession, JwtQuery, JwtHeaderXBlaizeJwt, JwtHeaderXZephrJwt, JwtBearer, JwtCookie ## Request fields (application/json): - `identifiers` (object) Example: {"email_address":"joe.blow@company.com"} - `identifiers.email_address` (string, required) Example: "joe.blow@company.com" ## Response 201 fields ## Response 400 fields ## Response 404 fields