Skip to main content
POST
Enable MFA

Autorizaciones

Authorization
string
header
requerido

The authorization token in the 'Bearer ' format.

Parámetros de ruta

id
string
requerido

The unique identifier of the user you want to retrieve.

Cuerpo

application/json

Information required to enable MFA after passcode verification.

recoveryCode
string
requerido

A valid recovery code obtained during MFA setup.

mfaType
enum<string>
requerido

The type of MFA to enable.

Opciones disponibles:
app,
email,
sms
secret
string

The TOTP secret (required for app-based MFA).

Respuesta

MFA enabled successfully for the user.

enabled
boolean