I am working on JDBC provisioning where create and delete operation is working fine. Now I am trying disable operation which is nothing but updating the status as disable in the db, which is also working fine but account is not getting disabled, it is showing "disable pending" for the account. Hence I am not able to try enable operation on the account.
I even triedaccount.setDisabled(true);
for the account via account API. So I was planning to disable Identity which will in turn will disable account and I can try on Enable operation.
I could not see any button to disable user from IIQ may be I need to enable some quicklink for that. I need help related to the same.