MFAStatusResponse
statusboolean
Whether the request succeeded.
Example:
truemessagestring
Human-readable description of the result.
Example:
MFA status retrieved successfullymfa object
mfa_enabledboolean
Whether MFA is enabled for the user
Example:
trueMFAStatusResponse
{
"status": true,
"message": "MFA status retrieved successfully",
"mfa": {
"mfa_enabled": true
}
}
Was this page helpful?