Now we are trying to push this change to IDN once the workflow triggers and the
update is done, not wanting to wait until the next aggregation on the ISC side
In the ISC tenant, we have configured a secondary for Assignment profile type
where the manager update is supposed to happen.
One way, that we thought was by using the REST API action in the UPDATE
workflow and try to trigger single account aggregation in ISC
I want to find a way on how to go about solving this use case.
That should perform a single account aggregation with a given Account ID. You would need the Account ID for this to work, so you may need to do a search for that first with something like: list-accounts | SailPoint Developer Community in another REST API action, and use the data mapping to store the Account ID in an attribute. You can then reference that in the Reload account call.
Hi Zachary,
Thank you for your response.
I have a quick question.
Do you think the above mentioned method will work for SailPoint Non-Employee Risk Management connector in ISC side, since I was thinking that this connector does have not configuration for single account aggregation.
Ah - you may be correct… This may not work with the OOTB NERM connector - I was initially thinking of the Web Services connector which this should work with