IdentityIQ API to create identity

Which IIQ version are you inquiring about?

8.5

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?

Any help will be appreciated!

@shijingg Please refer this API documentation create-user | SailPoint Developer Community

@shijingg

try this.

@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

-Kannan

@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.