An Azure service that is used to automate, configure, and install updates across hybrid environments.
Hi Vishnoi, Astha, Thanks for reaching out. You can use the REST API to get the count of users via Power automate: The Rest Api end point is: https://graph.microsoft.com/v1.0/groups/{id}/members/microsoft.graph.user?$count=true As long as it has the necessary permission on the Entra ID to query it. You can refer to following documentation for more details. https://learn.microsoft.com/en-us/graph/api/group-list-members?view=graph-rest-1.0&tabs=http. If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".