Click HERE to see how Saviynt Intelligence is transforming the industry. |
01/10/2023 01:42 PM
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
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.
Solved! Go to Solution.
01/10/2023 03:18 PM
"entitlementowner":["gbana5##add","admin##remove","usngom##add"],
https://documenter.getpostman.com/view/1797923/SzKN22aV#4d42665c-a3e1-4664-8e84-286d59dc0bb3
01/11/2023 06:20 AM
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
01/11/2023 06:21 AM
now with the new api documentation I am able to add and remove entitlement owner
01/10/2023 03:25 PM
Can you run the call by changing the parameter as below and see if that removes the owner?
"entitlementowner": ["E01000026##remove"]
01/11/2023 06:20 AM
Thank you it worked