View Security Questions

The getUserSecurityQuestionAnswers endpoint is used to get and view user's Security questions and answers of the user.

Request

Endpoint

    ui/v1/getUserSecurityQuestionAnswers

Method

    POST  

Body

{
"userId":"535"
}

Response

{
    "records": [{
        "id": 949,
        "userId": 535,
        "securityQuestionId": 1,
        "answer": "11",
        "createdDateTime": 1591734423000,
        "lastUpdatedDateTime": 1596234631000,
        "lastModifiedUserId": null,
        "securityQuestion": null,
        "message": null,
        "email": null,
        "mobile": null
    }, {
        "id": 950,
        "userId": 535,
        "securityQuestionId": 8,
        "answer": "12",
        "createdDateTime": 1591734423000,
        "lastUpdatedDateTime": 1596234631000,
        "lastModifiedUserId": null,
        "securityQuestion": null,
        "message": null,
        "email": null,
        "mobile": null
    }, {
        "id": 951,
        "userId": 535,
        "securityQuestionId": 16,
        "answer": "14",
        "createdDateTime": 1591734423000,
        "lastUpdatedDateTime": 1596234631000,
        "lastModifiedUserId": null,
        "securityQuestion": null,
        "message": null,
        "email": null,
        "mobile": null
    }],
    "recordCount": null,
    "message": null
}


Updated As of Version 5.3.0.2