Which IIQ version are you inquiring about?
Version 8.0
Share all details related to your problem, including any error messages you may have received.
Use case 1: in case of LOA set the AD AccountExpires as Termination Date.
case2:When LOA returned the remove the AD AccountExpires date.
Case2 I am a simply doing below to add in plan
acctReq = new AccountRequest(AccountRequest.Operation.Modify, link.getApplicationName(), null, link.getNativeIdentity());
acctReq.add(new ProvisioningPlan.AttributeRequest("accountExpires",ProvisioningPlan.Operation.Set,"0"));
acctReq.setInstance(link.getInstance());
But it is not getting Remove.
Can you please help me what is wrong or what is the way to handle it?