
Hey everyone!
I'm trying to build a Power Automate flow that actively monitors for disabled Azure AD users and automatically revokes their active sessions through Microsoft Graph (for example, using revokeSignInSessions).
I’m struggling to find the best trigger for this scenario — ideally something that fires in real time when a user is disabled, rather than relying on a scheduled recurrence.
Has anyone implemented something like this or found a reliable approach (maybe via Entra ID logs, Graph webhooks, or another connector)?
Any suggestions would be greatly appreciated!