Get list all Users from Azure AD
I'm trying to get list of all users from Azure Active Directory using the below code, but still I'm getting only 100 records at one time. I'm using DOTNET Core version 7 var scopes = new string[] { "https://graph.microsoft.com/.default" };…