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

KeyDatatypeRequiredDescription
Content-Typestring
Authorizationstring
Datestring
x-content-sha256string

RESPONSES

status: Created

{"secquestions":[{"questionId":"FavoriteMovie","hintText":"wizard","localizedQuestionText":"What's your favorite movie?"}]}