Due to change in role criteria, AD accounts are created for terminated users. Now criteria is back, entitlements are removed, but AD accounts did not disabled though AD source is added under LCS of terminated user to disable account.
let us know how disable of AD accounts will be achieved?
That’s unfortunate, only if users are moving into that LCS then only Accounts will be disabled. Since those users are already in Terminated LCS, nothing will apply on their accounts.
Option 1: Move those users LCS to some other and get back to Terminated
Option 2: Get all those users and disabled them manually using APIs or UI
We can build script to bulk disable all those accounts, we need to supply the account ID to the API, so we need to get all the account IDs we need to disable.
It’s a multiple step process, I have done it earlier, let me check it for you.