[{"label":"Latest (v1.0)","version":"latest"}]
csp

UserMfaStatusDto

Properties

boolean
activated Optional

If the user’s MFA is activated


string
deviceName Optional

The user’s device name


boolean
turnedOn Optional

If the user’s MFA is turned on


string
username Optional

The username of the user

JSON Example

{
	"activated": false,
	"deviceName": "string",
	"turnedOn": false,
	"username": "string"
}
[{"label":"Latest (v1.0)","version":"latest"}]
csp
Returned By

Get Principal MFA Status

Feedback

Was this page helpful?