Microsoft Graph is the gateway to data and intelligence in Microsoft 365.
We are trying to implement integration between a web application and SharePoint Online using Microsoft Graph rest API. Specifically, we …
sharepoint microsoft-graph-api onedriveThis question has been asked several times and as per answers such as this it seems the API didn't support …
azure calendar office365 microsoft-graph-api outlook-restapiI have the following POST call I need to make. However, even if I provided the right client id and …
azure curl office365api microsoft-graph-api azure-ad-graph-apiI am implementing Oauth 2 authentication for Office 365 account in a java based server side application. After reading the documentation, I …
azure office365 outlook-addin office-addins microsoft-graph-apiI'm connecting to the Microsoft Graph using: public GraphServiceClient GetAuthenticatedClient(string token) { GraphServiceClient graphClient = new GraphServiceClient( new DelegateAuthenticationProvider( async (requestMessage) =&…
c# microsoft-graph-apiI'm trying to user the contains filter on a /users query, like this for example: https://graph.microsoft.com/v1.0/…
microsoft-graph-apiI'm attempting to use MS Graph API to get a list of files/folders from OneDrive for Business. I've successfully …
onedrive microsoft-graph-api azure-ad-graph-apiusing Microsoft.Graph IMessageAttachmentsCollectionPage Message.Attachments I can not seem to get this to take any "ContentBytes" which is in …
c# microsoft-graph-apiI'm following this guide to authenticate with Microsoft Graph. I am able to successfully do the first request (for an …
microsoft-graph-apiI have an error while trying to use Microsoft Graph to write a script to upload an Excel file to …
microsoft-graph-api onedrive