Skip to main content
GET
Get MFA Status

Authorizations

Authorization
string
header
required

The authorization token in the 'Bearer ' format.

Path Parameters

id
string
required

The unique identifier of the user you want to retrieve.

Response

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.

Available options:
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.