Top "Microsoft-graph-api" questions

Microsoft Graph is the gateway to data and intelligence in Microsoft 365.

Microsoft Graph API token validation failure

I would use Microsoft Graph API in my Angular Web application. First I make connexion using msal library When I …

javascript angular azure-active-directory microsoft-graph-api msal
App needs permission to access resources in your organisation that only an admin can grant

We have created a converged application for a public community(AD & live users can login) using Microsoft Graph and …

azure-active-directory microsoft-graph-api
Microsoft graph return "access token is empty"

I post this request: POST https://login.microsoftonline.com:443/{my-tennant-here}/oauth2/v2.0/token HTTP/1.1 Host: login.microsoftonline.com Content-Type: application/…

azure authentication azure-active-directory microsoft-graph-api msal
Using authProvider with MS SDK for graph calls in C#

I'm trying create a C# console application to connect to graph API and get a list of users from AzureAD …

c# azure-active-directory microsoft-graph-api
How to call Microsoft Graph from console application c#

I need to call Microsoft Graph API to create user in Azure AD. First I need to test from console …

azure microsoft-graph-api
Microsoft Graph API basic app in C#

I want to develop a basic C# application that makes use of Microsoft Graph API to retrieve all user emails …

c# microsoft-graph-api
Get all user properties from Microsoft graph

We have an application which has used a local AD to fetch user info. Some customers want to move to …

javascript azure-active-directory microsoft-graph-api
Microsoft Graph API: 403 Forbidden error when trying to retrieve policies on tenant

I'm trying to retrieve the policies created for my tenant on the Azure AD portal using the Microsoft Graph API. …

microsoft-graph-api azure-ad-graph-api
Get Extended Properties on User using Microsoft Graph

I am working with Microsoft Graph to manage Azure AD users and am having some trouble accessing extension properties on …

microsoft-graph-api azure-ad-graph-api
Office 365 API - Creating New User, Getting Licensing Information; Which API to use?

My searches for this have come back completely in vain, I'm not even sure if it's possible. This is entirely …

c# office365 microsoft-graph-api