# Verify authenticator app MFA enrollment (deprecated) Verify multi-factor authentication (MFA) enrollment using a QR code for a specific user. This endpoint completes MFA setup after the user scans a QR code with their authenticator app (e.g., Google Authenticator, Authy). Request body must include: - mfaToken: The time-based one-time password (TOTP) generated by the user's authenticator app after scanning the QR code. Use this endpoint to confirm that the user has successfully linked their authenticator app and to activate MFA for their account. Endpoint: POST /resources/users/v1/mfa/enroll/verify Security: bearer ## Header parameters: - `frontegg-user-id` (string, required) The user ID identifier ## Request fields (application/json): - `token` (string, required) ## Response 200 fields (application/json): - `recoveryCode` (string, required)