Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
9,114 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Is it possible to get the count of users present in a group of Entra ID through flow by using Power Automate?
Is there any action through which we can retrieve such functionality?
Hey,
You can use the REST API to get the count of users via POwer automate :
GET https://graph.microsoft.com/v1.0/users/$count
https://learn.microsoft.com/en-us/graph/api/user-list?view=graph-rest-1.0&tabs=http
As long as it has the necessary permission on the Entra ID to query it