Announcing the SAVIYNT KNOWLEDGE EXCHANGE unifying the Saviynt forums, documentation, training, and more in a single search tool across platforms. Click HERE to read the Announcement.

Saviynt createUpdateEntitlement Rest API

rajesh005
New Contributor
New Contributor

I would like to know how to remove existing entitlement owner add a new entitlement owner using Saviynt rest API.

Below is the API call response before adding new entitlement owner

rajesh005_1-1673386569624.png

Now I try to add a new entitlement owner as below, but I would like to replace it and not add it. Is there a way to do it and add extra parameter in request body to do that. 

rajesh005_2-1673386796173.png

5 REPLIES 5

rushikeshvartak
All-Star
All-Star

 

 

  "entitlementowner":["gbana5##add","admin##remove","usngom##add"],

https://documenter.getpostman.com/view/1797923/SzKN22aV#4d42665c-a3e1-4664-8e84-286d59dc0bb3


Regards,
Rushikesh Vartak
If you find the response useful, kindly consider selecting Accept As Solution and clicking on the kudos button.

Thank you I am referring to below api documentation which do not have such kind of syntax

https://documenter.getpostman.com/view/1797923/2s83mbojGM#eef1e546-808a-450c-905d-90c2e85fc4f9

now with the new api documentation I am able to add and remove entitlement owner

sk
All-Star
All-Star

Can you run the call by changing the parameter as below and see if that removes the owner?

"entitlementowner": ["E01000026##remove"]

Regards,
Saathvik
If this reply answered your question, please Accept As Solution and give Kudos to help others facing similar issue.

rajesh005
New Contributor
New Contributor

Thank you it worked