Skip to main content
GET
Get MFA Status

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.

Respuesta

MFA status and configuration for the user.

The current MFA configuration and status for a user.

enabled
boolean

Indicates whether MFA is enabled for the user.

preferredType
enum<string>

The user's preferred MFA method.

Opciones disponibles:
app,
email,
sms
methods
string[]

List of MFA methods currently enabled for the user.

totpEnabled
boolean

Indicates whether app-based TOTP MFA is enabled.

emailEnabled
boolean

Indicates whether email-based MFA is enabled.

smsEnabled
boolean

Indicates whether SMS-based MFA is enabled.