POST api/MFA/UpdateUserMFADetails
Request Information
URI Parameters
None.
Body Parameters
MFADTOName | Description | Type | Additional 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. |
Request Formats
application/json, text/json
Sample:
{ "MFAPhoneNumber": "sample string 1", "MFAEmail": "sample string 2", "MFAAuthenticatorSecretKey": "2098ed0d-563b-429b-97ce-d9236b586460", "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" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
booleanResponse Formats
application/json, text/json
Sample:
true