> ## Documentation Index
> Fetch the complete documentation index at: https://docs.verify-group.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Enable MFA

> Enable multi-factor authentication for the current user and receive a TOTP secret and QR code for enrolling an authenticator application.

<ParamField body="method" type="totp | sms | email" required>
  MFA method to enable
</ParamField>

<ParamField body="phoneNumber" type="string">
  Phone number (required for SMS)
</ParamField>

<ParamField body="email" type="string">
  Email (required for EMAIL)
</ParamField>
