Hi Experts,
There is a more generic use case where I have to remove all the access items of the user before disabling the user account across sources. I thinking to achieve this in workflow.
Step 1: Trigger when LCS changes to Inactive.
Step 2: Get All Access Items for the Identity.
Step 3: Remove all the access using Loop Operator.
Step 4: Exit Loop
Step 5: Get the user’s all Source accounts.
Step 6: Disable the user account using loop Operator.
Kindly suggest if there is any better practice to achieve this.