Patch an entitlement

PATCH {{baseUrl}}/entitlements/:id

This API updates an existing entitlement using JSON Patch syntax.

The following fields are patchable: requestable, privileged, segments, owner, name, description, and manuallyUpdatedFields

When you're patching owner, only owner type and owner id must be provided. Owner name is optional, and it won't be modified. If the owner name is provided, it should correspond to the real name. The only owner type currently supported is IDENTITY.

A token with ORGADMIN or SOURCEADMIN authority is required to call this API.

Request Body

{"0"=>{"op"=>"replace", "path"=>"/requestable", "value"=>true}}

HEADERS

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