Skip to main content

Set MFA KBA configuration

POST 

/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

array

required

  • Array [

  • id stringrequired

    Question Id

    answer stringrequired

    An answer for the KBA question

  • ]

Responses

The new KBA configuration for the user.

Schema

  • Array [

  • id stringrequired

    Question Id

    question stringrequired

    Question description

    hasAnswer booleanrequired

    Denotes whether the KBA question has an answer configured for the current user

  • ]

Loading...