Update certification recommendation config values

PUT {{baseUrl}}/recommendations/config

Updates configuration attributes used by certification recommendations.

Request Body

{"recommenderFeatures"=>["jobTitle", "location", "peer_group", "department", "active"], "peerGroupPercentageThreshold"=>0.5, "runAutoSelectOnce"=>false, "onlyTuneThreshold"=>false}

HEADERS

KeyDatatypeRequiredDescription
X-SailPoint-Experimentalboolean(Required) Use this header to enable this experimental API.
Content-Typestring
Acceptstring

RESPONSES

status: OK

{"recommenderFeatures":["jobTitle","location","peer_group","department","active"],"peerGroupPercentageThreshold":0.5,"runAutoSelectOnce":false,"onlyTuneThreshold":false}