Multiple dependent Endpoints in Create Account

Which IIQ version are you inquiring about?

8.4p1

I have a webservice application that I need to create Multiple Groups and an account when the account is getting created. So here is a structure in Order:

  1. EDP-1: Create Account
  2. EDP-2: Create Folder (Group)
  3. EDP-3: Create Secret (Group)
  4. EDP-4: Assign Permission

Is there a way to do this without calling the endpoints in after Rule or just call the operation or web service?

Hi @AhmedWaleed,

we can you parent endpoints only for aggrergation, but if you see this page in Create Account section, there are some scenarios.

I think with createAccountWithEntReq you can resolve part of your requirement.

Hi @enistri_devo
How could I Initiate a group creation from this createAccountWithEntReq?

Hi @AhmedWaleed ,

The createAccountWithEntReq will send the entitlement attribute details and account attributes in the provisioning plan. It is typically used when the account that needs to be created also needs the groups to be assigned during the creation process.

If I understand the process of requirements correctly, in your case you would need to create the folders in an after-operation rule.

Thanks,

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.