Skip to main content
GET
Get MFA Status

Autorizações

Authorization
string
header
obrigatório

The authorization token in the 'Bearer ' format.

Parâmetros de caminho

id
string
obrigatório

The unique identifier of the user you want to retrieve.

Resposta

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.

Opções disponíveis:
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.