Can I access provisioning transactions via API?

Is there a way to access provisioning transactions via an API call? I see something related in IDN via event triggers but nothing for IIQ.

There is no public API that I know of (or at least not one that is documented.

You can try sniffing network requests/responses with dev tools included in most major browsers to see if there’s a request you can emulate, but since it’s not publicly documented, it is subject to change without notice in patches/upgrades.

An alternative (an more proper way) would be to either build a plugin that creates this API for you, or build a workflow that pulls the data and use the launch-workflow SCIM API.

2 Likes