Category "microsoft-graph-sdks"

NULL exception error using Select method in MS Graph .NET SDK

I'm trying to use the Microsoft Graph .NET SDK Library to query the Microsoft Graph API. I've had no trouble making some basic requests, but now I'm trying to m

Querying all users that have a role in Azure Active Directory using MS Graph SDK

I want to query all users in Azure Active Directory who have an app role assigned to. I am looking for something like this: private readonly GraphServiceClient

Microsoft Graph API Pagination is not working for getting all users from Azure AD

We are using Microsoft Graph API Beta version to retrieve all users from the Azure AD using below code. API returns only 100 users in the response and to use pa