Skip to main content

Confirm a password reset code and set a new password

POST 

/auth/forgot-password/confirm

Calls Cognito ConfirmForgotPassword. On password-policy failure the response includes the tenant's active policy plus a human-readable message so the SPA can surface the rules. Unknown emails return { ok: true } for enumeration safety.

Request

Responses

Password reset (or unknown user — response is identical for enumeration safety).