Hello Folks,
Greetings!
I'm planning to build a Power Automate flow that sends notifications to Microsoft Teams users whose Office 365 passwords are set to expire within the next 7 days. I found that Microsoft Graph API can be used to retrieve all users in the organization. However, since our organization has over 22,000 users, validating each one through Power Automate poses significant risks—such as API throttling, timeouts, or potential flow failures due to volume.
Is there a more efficient way to implement this functionality using Power Automate, or would you recommend an alternative approach?
Thanks in advance!