IDN Web Services Get-Object Operation

Hi,

Is there an attribute or flag which we can patch to a web-service source on IDN to trigger the Get-Object operation once Add/Remove Entitlement operation are successfully executed?

Thanks in advance!

Regards,
Shanmukh

1 Like

The workaround could be to create a separate Get-Object and make the Add entitlement as Parent Operation.
I have done this for my Create operation. So as soon as account gets created, Get-Object for Create will run to update the values in IDN.
If you find any better way, share with me too.

In such case this is what I do:

  1. Under Source config (in UI) set Add/Remove Entitlement HTTP Operation as a GET operation that will fetch all the entitlements of the specific account and set Response mapping to update the account with new list of entitlements fetched
  2. In Web Services Before Operation run the actual Add or Remove operation by sending a request to the API for adding or removing entitlements

By this, both operations (ie add/remove entitlement and update user entitlements) are executed with single provisioning process

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.