Top "Microsoft-graph-api" questions

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

Microsoft Teams : REST APIs

I'm interested in getting data (metadata and content of files) out of Microsoft Teams into my application using REST APIs. …

rest api microsoft-graph-api microsoft-teams
How to resolve a "Transient error" from Microsoft Graph API?

I am building an app for a client using the Microsoft Grap API and when I log in with a …

azure microsoft-graph-api microsoft-graph-sdks
AADSTS70011: The provided value for the input parameter 'scope' is not valid

So I have a scenario wherein the application should add users to a group on certain conditions. Also when the …

c# microsoft-graph-api
MS Graph API: invalid authentication token

I'm trying to use the Microsoft Graph API to query an Outlook/O365 mailbox for messages. I registered my app …

azure office365 microsoft-graph-api
How can I get the siteId of the current site with Microsoft Graph API?

From the documentation, I can't find any ways to get the siteId of the site where I put the webpart …

microsoft-graph-api sharepoint-online spfx
AADSTS50058: A silent sign-in request was sent but no user is signed in

I am using hello.js to sign in Microsoft Graph. First I initialized by hello.init({ msft: { id: myAppId, oauth: { …

javascript azure-active-directory microsoft-graph-api hello.js
IDX21323 OpenIdConnectProtocolValidationContext.Nonce was null, OpenIdConnectProtocolValidatedIdToken.Paylocad.Nonce was not null

I'm attempting to authenticate for Azure AD and Graph for an Intranet (Based off Orchard CMS), this functions as expected …

c# azure-active-directory microsoft-graph-api orchardcms
Is there a complete list of sharepoint online rest api from official docs?

As title said, Is there a complete list of sharepoint online rest api from official docs? I've done some research. …

rest sharepoint-2013 microsoft-graph-api sharepoint-online
Accessing Microsoft Graph API without using login page

I would like to access a user's one drive to upload a document or retrieve a document using Graph API. …

microsoft-graph-api