An API that connects multiple Microsoft services, enabling data access and automation across platforms
14,115 questions with Microsoft Security | Microsoft Graph tags
Microsoft Graph API for OneNote not updating LastModifiedDateTime
This is follow-up on a known case with a case number that was resolved in 2024, but has come back. Since we're not supposed to provide private data, I'm not including all the history. What is happening: User updates OneNote Our service polls API or…
Microsoft Security | Microsoft Graph
Access token Graph API
Hi! I am a developer, and I am trying to connect to the Graph API of Sharepoint. (My trying to connect is in Visual Studio Code, I need to make an integration in Oracle jDeveloper) I have access to the tenantID, clientId, thumbprint of the certificate,…
Microsoft Security | Microsoft Graph
An API that connects multiple Microsoft services, enabling data access and automation across platforms
AI answer
Update-MgUser command: forceChangePasswordNextSignIn does not work
Hi there, I've been developing a utility script for my environment and I'm using the following PowerShell code to reset a user's M365 password and force them to change their password at next logon: $body = @{ passwordProfile = @{ …
Microsoft Security | Microsoft Graph
An API that connects multiple Microsoft services, enabling data access and automation across platforms
Ho to get access token to call Graph API
I want to call Graph API from Spring Boot application to retrieve Group information for an user. I am calling this endpoint https://login.microsoftonline.com/TENANT_ID/oauth2/v2.0/token Please let me know what details needs to be sent in request…
Microsoft Security | Microsoft Graph
An API that connects multiple Microsoft services, enabling data access and automation across platforms
AI answer
Intermittent ErrorItemNotFound on message/attachment GET after change notifications (async)
We use Microsoft Graph to read Outlook messages and attachments in an async integration (processing runs after Microsoft Graph change notifications, e.g. AWS Lambda / SQS). We resolve the message and attachments roughly like this: // After we receive a…
Microsoft Security | Microsoft Graph
An API that connects multiple Microsoft services, enabling data access and automation across platforms
Graph Task Subscriptions is not sending notification if the task is created through Outlook Desktop
I have created the a subscription for monitor the default tasks. However, it is only sending notification for tasks created through api. If the task is created through Outlook Desktop App, no notification received. I also test the event subscription,…
Microsoft Security | Microsoft Graph
An API that connects multiple Microsoft services, enabling data access and automation across platforms
Microsoft Graph Equivalent of EWS Contact Groups / Personal Distribution Lists
Does Microsoft Graph currently support creating Outlook personal contact groups / distribution lists similar to EWS? Can mailbox contacts (contact inside contactFolder) be added to: Microsoft 365 Groups Distribution Groups Mail-enabled Security…
Microsoft Security | Microsoft Graph
An API that connects multiple Microsoft services, enabling data access and automation across platforms
AADSTS53003 blocks service principal client_credentials for Microsoft Graph — sign-in log shows "Not applicable" for Conditional Access
Our backend service cannot obtain a Microsoft Graph token via client_credentials. The token request is rejected with AADSTS53003 — Access has been blocked by Conditional Access policies. The corresponding service principal sign-in log shows the…
Microsoft Security | Microsoft Graph
An API that connects multiple Microsoft services, enabling data access and automation across platforms
Sensitivity label cannot be assigned since sensitivity label owner email cannot be computed for this file
Hi all, when trying to assign a sensitivity label by the Graph API endpoint `/drives/${listDdriveId}/items/${itemId}/assignSensitivityLabel` I get an error, when the last operation on this item/document was performed by an app (Editor 'SharePoint…
Microsoft Security | Microsoft Graph
An API that connects multiple Microsoft services, enabling data access and automation across platforms
Team Access Issue using Microsoft graph API
My usecase is to perform below operations: Create chatrooms with mutlipe users (reporter, assignee, default leads — so 4-5 members will be part of that Chatroom) Also, after creating CR - it need to post summary, desc from itrack to Chatroom …
Microsoft Security | Microsoft Graph
An API that connects multiple Microsoft services, enabling data access and automation across platforms
AI answer
Get drive item gives 404 not found even when search drive item gives the result
Hi, I am using two apis, the search api to search for an item and get api to retrieve that item Search API : curl --location --request POST 'https://graph.microsoft.com/v1.0/search/query' \ --header 'Authorization: Bearer ' \ --header…
Microsoft 365 and Office | SharePoint | Development
The process of building custom applications and tools that interact with Microsoft SharePoint, including SharePoint Online in Microsoft 365.
Microsoft Security | Microsoft Graph
An API that connects multiple Microsoft services, enabling data access and automation across platforms
Is there a way to increase Graph Connector index quota above 50M items per tenant?
Hello, I would like to confirm Microsoft Graph Connector index quota, and the current official guidance. Background Per MC865187 (September 2024), every eligible Microsoft 365 / Office 365 tenant receives 50 million Graph Connector index items at no…
Microsoft Security | Microsoft Graph
An API that connects multiple Microsoft services, enabling data access and automation across platforms
AI answer
Microsoft Graph API does not return SharePoint list items in “Pending” (content approval) state when using app-only authentication
I am building an approval workflow using Azure Logic Apps + Microsoft Graph API (app-only authentication) to process documents stored in a SharePoint Online document library that has: Versioning enabled Content approval enabled Require check-out…
Microsoft Security | Microsoft Graph
An API that connects multiple Microsoft services, enabling data access and automation across platforms
Microsoft.Graph.Models.ODataErrors.ODataError: The underlying service is experiencing a high load and is unable to fulfill your request. Please retry after a brief backoff period.
Microsoft.Graph.Models.ODataErrors.ODataError: The underlying service is experiencing a high load and is unable to fulfill your request. Please retry after a brief backoff period. Using Microsoft Graph API version 5.103.0 to connect to…
Microsoft Security | Microsoft Graph
An API that connects multiple Microsoft services, enabling data access and automation across platforms
AI answer
How is Microsoft Search priced once we surpass 50 million items?
https://learn.microsoft.com/en-us/microsoftsearch/licensing "All connectors by Microsoft are free. Microsoft provides an index quota limit of 50 million items per tenant without extra cost. For more information, see this public…
Microsoft Security | Microsoft Graph
An API that connects multiple Microsoft services, enabling data access and automation across platforms
Import/Export API (/mailboxes) have no acess to In-Place archive content in v1.0 of MSGraph
Hello, Recently it was discovered that /mailboxes endpoint of the Import/Export API in the v1.0 version of MSGraph does not work for In-Place archive folders. (while beta version does) For the v1.0 the request is denied with "Operation not…
Microsoft Security | Microsoft Graph
An API that connects multiple Microsoft services, enabling data access and automation across platforms
How to resolve 403 errors in Graph API POST /v1.0/servicePrincipals
I am creating an Application Registration using the Graph C# SDK, but I keep getting errors when creating a service principal for that new App ID I created. I am using the permission "Application.ReadWrite.OwnedBy". This is the error response…
Microsoft Security | Microsoft Graph
An API that connects multiple Microsoft services, enabling data access and automation across platforms
Files shared with a service user do not show up in Graph API "Shared With Me" for hours
We want to give our users the ability to attach files to a service by sharing it with a service user. This service user is used to call the Graph API in order to list the files shared with it based on a sharing link or token. This all works fine, but…
Microsoft Security | Microsoft Graph
An API that connects multiple Microsoft services, enabling data access and automation across platforms
Does Graph API support HTTP 2.0 ?
Does Graph API support HTTP 2.0 ? It's not easy to find out the supported version of HTTP, in the documents.
Microsoft Security | Microsoft Graph
An API that connects multiple Microsoft services, enabling data access and automation across platforms
How to get cloud account login / logout time details?
i have user cloud account i want to fetch its login and logout time from my c# code i have azure subscription details for login from my code i have also acquired p1 license of azure how to get this
Microsoft Security | Microsoft Graph
An API that connects multiple Microsoft services, enabling data access and automation across platforms