# Pre enroll MFA using Authenticator App Initiate enrollment in multi-factor authentication (MFA) using an authenticator app (e.g., Google Authenticator, Authy). This endpoint begins the MFA setup process and returns the necessary data for configuring an authenticator app, such as a QR code or secret key. The request must include: - mfaToken: A token received from the initial authentication flow that authorizes the MFA setup. Use this endpoint to generate the configuration required for linking an authenticator app before completing verification. Endpoint: POST /resources/auth/v1/user/mfa/authenticator/enroll Security: bearer ## Request fields (application/json): - `mfaToken` (string, required) ## Response 201 fields (application/json): - `qrCode` (string, required) QR code to be verified by authenticator app