Validate my security questions and answers
POST {{HOST}}/admin/v1/MeSecurityQuestionAnswerValidator
Use the OAuth Client App
The questionIds for the default security questions that come with Oracle Identity Cloud Service are:
FavoriteFood FavoriteToy ChildhoodHero FavoriteTeam FirstPet FirstManager MaidenName FavoriteTeacher FavoriteBook FirstMovie FirstTimeOnPlane DreamJob FirstCar FavoriteMovie FavoriteSportsPerson
The number of questions to answer depends on the numQuestionsToAns value returned in 'Get the Security Questions Settings'
In the request, you must include the userName, and questionId, and securityAnswer for the question you want to answer.
Request Body
{"userName"=>"{{userName}}", "securityQuestions"=>[{"questionId"=>"{{questionId}", "securityAnswer"=>"{{securityAnswer}}"}], "schemas"=>["urn:ietf:params:scim:schemas:oracle:idcs:MeSecurityQuestionAnswerValidator"]}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Authorization | string |
RESPONSES
status: Created
{}