Share all details about your problem, including any error messages you may have received.
Hello all, I would like to check is there any API available for IdentityIQ if I would like to trigger an API call to create an identity in environment B after a request for identity creation has been approved in environment A?
@shijingg IdentityIQ doesnot support cross‑environment identity creation natively, but you can achieve it using standard APIs and an event driven trigger from Environment A to Environment B. After approval in A, call B’s create user API via a workflow WebServiceCall, lifecycle rule, or custom plugin.
For more information - Please refer this API documentation
@shijingg You can configure your second environment B as one of the target application in IIQ. You can use Web Service Connector to connect via APIs. Try exploring existing APIs: Accounts | SailPoint Developer Community (as these are scim apis, you can try with scim connector as well) or you can create your custom ones using plugins: https://community.sailpoint.com/t5/Plugin-Framework/Plugin-Development/ta-p/145288. IF you need better control on how your request and response should be structured, you can go with Plugins. You can create end points: for provisioning, test connection, aggregation, etc. Please review these docs and let us know if you have any further queries.