Need to create an Identity in SailPoint IIQ using Sub process workflow

Hi Everyone,

I hope all are doing well.
I am working on a project (Robotic ID creation) where ID should be created on AD from SailPoint IIQ with some attributes(with License assignment) . We have created a new Quick Link and Form.
Now after manager approval, we are trying to create an Identity first in SailPoint IIQ before plan creation.

But I am not getting the Sub process/Call method to call for Identity creation in SailPoint. Could you please anyone help me out here to figure it out.

Thank you in advance.

Regards,
Venu

Hi Venu,

You can develop a method specifically for creating a new identity and invoke this method at the start of the plan creation process. This way, a new identity will be generated, and you can pass this identity to your plan. Note that there is no subprocess or call method available for identity creation.

Regards,
Arun

You can refer the below method for identity creation.
image

@Venu1010
Either you follow the method mentioned by @Arun-Kumar or you can actually call the OOTB Create Identity workflow LCM Create and Update which can actually create the identity.

Thank you Satish and Arun for your support. really appreciate that.

One more question please. How can I send Form for Manager approval? any OOTB workflow or any other method. Could you please suggest.

I have only below Fields in Form.

  • First Name: PreferredName

  • Manager: John Doe (Enterprise ID)

  • Country: <two letter country code, where the new ID runs application>

  • Cost Center: <the Cost Center to be charged, especially if need M365 license>

  • Do you need Full M365 package? Y or N

  • Do you need Email (if not Full M365)? Y or N

@Venu1010
As mentioned you can use LCM Create and Update, it will have option of approvalscheme where you can configure approvals as per your needs
And you have set of input variables like plan , flow etc. please check with workflow once, its a OOTB one you will get a better understanding

Basically from your workflow build the required params for this workflow and call this workflow with those params.