Retrieve my security questions
POST {{stripeUrl}}/admin/v1/MeSecurityQuestionsRetriever
Use the OAuth Client App
In the request include the userName for the user whose questions you wish to retrieve.
The number of questions returned depends on the numQuestionsToAns value returned in 'Get the Security Questions Settings'
Request Body
{"userName"=>"{{userName}}", "schemas"=>["urn:ietf:params:scim:schemas:oracle:idcs:MeSecurityQuestionsRetriever"]}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Authorization | string | ||
Date | string | ||
x-content-sha256 | string |
RESPONSES
status: Created
{"secquestions":[{"questionId":"FavoriteMovie","hintText":"wizard","localizedQuestionText":"What's your favorite movie?"}]}