# Request verify MFA using email code Verify multi-factor authentication (MFA) using a code sent to the user's email. This endpoint completes the email-based MFA verification step. The request must include: - mfaToken: The token provided after the user initiates MFA via email. Use this endpoint to confirm the email-based MFA challenge and finalize the login or authentication process. Endpoint: POST /resources/auth/v1/user/mfa/emailcode Security: bearer ## Request fields (application/json): - `mfaToken` (string, required)