Skip to main content

Configuration of KBA MFA method

GET 

/mfa/kba/config

This API returns the KBA configuration for MFA. A token with USER or ORG_ADMIN authority is required to call this API.

Request

Query Parameters

    allLanguages boolean

    Indicator whether the question text should be returned in all configured languages

    • If true, the question text is returned in all languages that it is configured in.
    • If false, the question text is returned in the user locale if available, else for the default locale.
    • If not passed, it behaves the same way as passing this parameter as false
    Example: allLanguages=true

Responses

The configuration for KBA MFA method.

Schema
  • Array [
  • id stringrequired

    KBA Question Id

    text stringrequired

    KBA Question description

    hasAnswer booleanrequired

    Denotes whether the KBA question has an answer configured for any user in the tenant

    numAnswers int32required

    Denotes the number of KBA configurations for this question

  • ]
Loading...