GET api/MFA/RequestAuthenticatorCode?userName={userName}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
userName

string

Required

Body Parameters

None.

Response Information

Resource Description

MFADTO
NameDescriptionTypeAdditional information
MFAPhoneNumber

string

None.

MFAEmail

string

None.

MFAAuthenticatorSecretKey

globally unique identifier

None.

MFAQuestionAnswer

string

None.

MFAAuthenticatorManualKey

string

None.

QrCodeImageData

string

None.

TotpSid

string

None.

VerficationCode

string

None.

MFAType

integer

None.

SkipMFA

integer

None.

IsMFASkip

boolean

None.

IsMFARegistered

boolean

None.

IsSecurityMethod

boolean

None.

IsEmail

boolean

None.

IsPhone

boolean

None.

IsAuthenticator

boolean

None.

SecurityQuestion

integer

None.

AttemptsCount

integer

None.

UserId

integer

None.

UserName

string

None.

SecurityQuestions

Collection of SelectListItem

None.

FormatedPhone

string

None.

MaskedPhone

string

None.

MaskedEmail

string

None.

ActiveBiometricDeviceUDID

string

None.

Response Formats

application/json, text/json

Sample:
{
  "MFAPhoneNumber": "sample string 1",
  "MFAEmail": "sample string 2",
  "MFAAuthenticatorSecretKey": "4e59af75-57d5-499e-a84e-0e4bab6bef7f",
  "MFAQuestionAnswer": "sample string 3",
  "MFAAuthenticatorManualKey": "sample string 4",
  "QrCodeImageData": "sample string 5",
  "TotpSid": "sample string 6",
  "VerficationCode": "sample string 7",
  "MFAType": 8,
  "SkipMFA": 9,
  "IsMFASkip": true,
  "IsMFARegistered": true,
  "IsSecurityMethod": true,
  "IsEmail": true,
  "IsPhone": true,
  "IsAuthenticator": true,
  "SecurityQuestion": 16,
  "AttemptsCount": 17,
  "UserId": 18,
  "UserName": "sample string 19",
  "SecurityQuestions": [
    {
      "Disabled": true,
      "Group": {
        "Disabled": true,
        "Name": "sample string 2"
      },
      "Selected": true,
      "Text": "sample string 3",
      "Value": "sample string 4"
    },
    {
      "Disabled": true,
      "Group": {
        "Disabled": true,
        "Name": "sample string 2"
      },
      "Selected": true,
      "Text": "sample string 3",
      "Value": "sample string 4"
    }
  ],
  "FormatedPhone": "sample string 1",
  "MaskedPhone": "+sa**********g 1",
  "MaskedEmail": "sa**********g 2",
  "ActiveBiometricDeviceUDID": "sample string 20"
}