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:
EDP-1: Create Account
EDP-2: Create Folder (Group)
EDP-3: Create Secret (Group)
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?
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.