Skip to main content

Get a list of Knowledge-based questions that a user can answer

GET 

/api/web/v1/users/userquestions/:locale

Get a list of Knowledge-based questions for the specified locale (language). The locale should be the two letter Caller requires the USERQUESTIONS:VIEW permission.

Request

Path Parameters

    locale stringrequired

Responses

Successful

Schema

  • Array [

  • answer string

    The question's answer.

    id string

    The UUID of the KBA question/answer.

    question string

    The question.

  • ]

Loading...