Update a potential role

PATCH {{baseUrl}}/role-mining-potential-roles/:potentialRoleId

The method updates an existing potential role using.

The following fields can be modified:

  • description

  • name

  • saved

NOTE: All other fields cannot be modified.

Request Body

{"0"=>{"op"=>"remove", "path"=>"/description"}, "1"=>{"op"=>"replace", "path"=>"/description", "value"=>"Acct I - Potential Role"}, "2"=>{"op"=>"remove", "path"=>"/saved"}, "3"=>{"op"=>"replace", "path"=>"/saved", "value"=>"false"}, "4"=>{"op"=>"remove", "path"=>"/name"}, "5"=>{"op"=>"replace", "path"=>"/name", "value"=>"Potential Role Accounting"}}

HEADERS

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

RESPONSES

status: OK

{}