Announcing the Saviynt Knowledge Exchange unifying the Saviynt forums, documentation, training,
and more in a single search tool across platforms. Read the announcement here.

Remove entitlement from account API is not triggering any tasks and directly action is being perform

Venkata
New Contributor II
New Contributor II

Hi ,

Remove entitlement from account API is not triggering any tasks and directly action is being performed.is this the expected behavior that tasks will not be generated for the removal entitlement action performed through API's ?

https://url/ECM/api/v5/removeAccountToEntitlement 

 

use case :

we have SNOW based ticketing application (disconnected) . Remove the entitlements tagged to the account without generating the RITM's .

 

[This message has been edited by moderator to mask url]

2 REPLIES 2

saikanumuri
Saviynt Employee
Saviynt Employee

HI @Venkata ,

Thanks for reaching out.

We are working on this internally. I see you have also opened a support ticket and we will make sure to validate this behavior and provide you next steps over the ticket.

Thank you for your understanding

timchengappa
Saviynt Employee
Saviynt Employee

Hello @venkat 

Tasks in Saviynt are usually tied to a request. Below are some of my recommendations...

Option 1 (Recommended)
1) Assign an auto-approval workflow to your disconnected application in Saviynt and call the "Create Request API" 
{{url}}/ECM/{{path}}/createrequest

Expectations: A request is created, the request is auto-approved and a task for manual fulfillment is created. Once the task is marked completed from UI/API, the respective objects are added/removed to/from an account

Option 2Call the "Create Task" API
{{URL}}/ECM/{{path}}/createtask

Expectations: No request is created. A task for manual fulfillment is created. Once the task is marked completed from UI/API, the respective objects are added/removed to/from an account

Ref: https://documenter.getpostman.com/view/23973797/2s93zFVyDz#1e439eb5-cb30-465f-8d57-ba7b160f8a54