Hello
I am trying to force a single account aggregation right after an update operation on a webservice connector. I am trying to do that in an after Operation rule. I would need to retrieve the account technical ID and use it in the endpoint https://sailpoint.api.identitynow.com/beta/accounts/:id/reload to initiate a single account aggregation.
Which you can leverage to retrieve the technical ID and map it to a schema value and add a child operation which will be performing your required activity.
If you need to force a single account aggregation and this is the one and only problem, I can suggest you a way through workflow. Check whether there is any update happened through “provisioning completed trigger” and directly use the “HTTP request action” to hit the endpoint.