# Recover MFA Recover multi-factor authentication (MFA) for a non-logged-in user. This endpoint verifies a user's identity using a backup recovery code, typically generated by the user's MFA authenticator app during initial setup. Use this when a user cannot access their MFA device and needs to authenticate with their recovery code. Endpoint: POST /resources/auth/v1/user/mfa/recover Security: bearer ## Request fields (application/json): - `recoveryCode` (string, required) - `email` (string, required) ## Response 200 fields