Sailpoint IIQ API for user validation and fulfilment status

Hi Team,

As part of an automation project, users require access to multiple platforms. To streamline this process, we are planning to raise access requests via APIs instead of using SailPoint’s out-of-the-box “Manage Access” functionality.

We would appreciate your guidance on the following two use cases:

User Validation:
Before initiating any SailPoint provisioning request, we need to validate whether the provided user (identified by Network ID) exists and is active in the Carrier environment.
What is the recommended approach to perform this user validation within SailPoint IIQ?

Request Fulfillment Status Check:
After submitting a provisioning request via API, we need to track its fulfillment status using the Request ID.
How can we programmatically check whether the request has been completed successfully in SailPoint IIQ?

Your suggestions on how to implement these use cases effectively in IIQ would be greatly appreciated.

Thank you,
Srinivas.

@srini_carrier here is the page which you can use as start point.

IdentityIQ REST API Integration - Compass

Here you lots of API like one example to check complete task

GET http://xyzcorp.com/identityiq/rest/taskResults/Aggregate%20ADAM/status

Let me know if that works for you. there is one for usage as below,

Using the IdentityIQ REST API with PowerShell - Compass