The only event I see in the identity cube is when the user turned from active to inactive state but no specific event that points out that the account has been disabled/deleted.
There is none also for specific application that needs to be deleted.
I’d be cautious of using a deprecated IDN API as it could be turned off in the near future, if not already.
Have you tried to disable the account directly instead of going through the LCS?
You can do this on the accounts tab of an identity cube for an individual account. I know end use case won’t be this, but this takes factors out of the equation for troubleshooting. Manually triggering this will yield the same as if it were configured in the LCS.
Hi @jasmedina,
If the delete api call is working then is it going inside the if condition can you put loggers to see if it’s going inside the if condition ?
Is it correct to assume that I have change the Identity Attribute Trigger to deleteInactive instead of inactive? I think that might be causing the issue. Or are there other configuration I need to update with the deleteInactive attribute?
Got it! Looks like I have to change our cloudLifecycleState transform as well since it setting as inactive LCS instead of the delete LCS. Thanks for the help! This helped me pinpoint what needs to be updated.