Create a security question
POST {{HOST}}/admin/v1/SecurityQuestions
Request Body
{"active"=>false, "type"=>"custom", "id"=>"FavDog", "questionText"=>[{"locale"=>"en", "default"=>true, "value"=>"What is your favorite dog breed?"}], "schemas"=>["urn:ietf:params:scim:schemas:oracle:idcs:SecurityQuestion"]}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Authorization | string | ||
Content-Type | string |