Set MFA KBA configuration

POST {{baseUrl}}/mfa/kba/config/answers

This API sets answers to challenge questions. Any configured questions omitted from the request are removed from user KBA configuration. A token with USER authority is required to call this API.

Request Body

{"0"=>{"id"=>"173423", "answer"=>"822cd15d6c15aa0c55ad015a3bf4f1b2b0b822cd15d6c15b0f00a0859a2fea34"}, "1"=>{"id"=>"c54fee53-2d63-4fc5-9259-3e93b9994135", "answer"=>"9f86d081884c7d659a2feaa0c55ad015a3bf4f1b2b0b822cd15d6c15b0f00a08"}}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring
Acceptstring

RESPONSES

status: OK

[{"id":"143cfd3b-c23f-426b-ae5f-d3db06fa5919","question":"[{\"text\":\"Nouvelle question MFA -1 ?\",\"locale\":\"fr\"},{\"text\":\"MFA new question -1 ?\",\"locale\":\"\"}]","hasAnswer":false},{"id":"173421","question":"[{\"text\":\"What is your alphanumeric PIN?\",\"locale\":\"\"}]","hasAnswer":true},{"id":"c54fee53-2d63-4fc5-9259-3e93b9994135","question":"[{\"text\":\"Nouvelle question MFA - 2 ?\",\"locale\":\"fr\"},{\"text\":\"MFA new question - 2 ?\",\"locale\":\"\"}]","hasAnswer":true}]