Saviynt unveils its cutting-edge Intelligence Suite products to revolutionize Identity Security!
Click HERE to see how Saviynt Intelligence is transforming the industry.
Saviynt Copilot Icon

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 this helped you move forward, click 'Kudos'. If it solved your query, select 'Accept As Solution'.

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

Saathvik
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.

Thank you it worked