Patch a role mining session

PATCH {{baseUrl}}/role-mining-sessions/:sessionId

The method updates an existing role mining session using PATCH. Supports op in {replace} and changes to pruneThreshold and/or minNumIdentitiesInPotentialRole. The potential roles in this role mining session is then re-calculated.

Request Body

{"0"=>{"op"=>"replace", "path"=>"/pruneThreshold", "value"=>"83"}, "1"=>{"op"=>"replace", "path"=>"/minNumIdentitiesInPotentialRole", "value"=>"10"}, "2"=>{"op"=>"replace", "path"=>"/saved", "value"=>"false"}, "3"=>{"op"=>"replace", "path"=>"/name", "value"=>"RM Session - 07/10/22"}, "4"=>{"op"=>"add", "path"=>"/name", "value"=>"RM Session - 07/10/22"}}

HEADERS

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