The process of building custom applications and tools that interact with Microsoft SharePoint, including SharePoint Online in Microsoft 365.
14,122 questions with Microsoft Security | Microsoft Graph tags
Restrict app access of graph apis to specific site or folder of share point
In order to access share point files via apis on my backend server, I use graph apis. To use graph apis, I registered an app on app registrations admin centre. If I provide access if Sites.Selected, I am unable to access site via api. If I provide…
Microsoft 365 and Office | SharePoint | Development
Microsoft Security | Microsoft Graph
An API that connects multiple Microsoft services, enabling data access and automation across platforms
Which license type is required to assign Sensitivity Labels in MS purview using Graph explorer
We are trying to extract and assign Sensitivity Labels in MS purview(Onedrive data store) using Graph explorer API. Able to extract the list of Sensitivity Labels attached to the drive-item id, but cannot assign one. Here are the details Endpoint : POST…
Microsoft Security | Microsoft Graph
An API that connects multiple Microsoft services, enabling data access and automation across platforms
Microsoft Security | Microsoft Purview
A unified data governance solution that helps manage, protect, and discover data across your organization
Random delays during TCP requests to https://graph.microsoft.com
Hi, Since 2026-06-04, we observe increased TCP-level "read: connection reset by peer" errors and intermittent 3s to 15+ seconds TCP connection establishment delays to https://graph.microsoft.com. The issue affects high-volume Microsoft Graph…
Microsoft Security | Microsoft Graph
An API that connects multiple Microsoft services, enabling data access and automation across platforms
AADSTS700027 error
Hi! I am working at the moment to get the token using POST login.microsoftonline.com:443/{tenantID}/oauth2/v2.0/token. I am able to create a client_assertion, but I am getting this error with the API call: { "error": "invalid_client",…
Microsoft Security | Microsoft Graph
An API that connects multiple Microsoft services, enabling data access and automation across platforms
Has anyone used Microsoft Graph API for skill tracking?
I can extract user activity across M365, but I’m not able to reliably translate that into skill improvement or learning progression. It’s becoming more of a data interpretation problem than an API problem.
Microsoft Security | Microsoft Graph
An API that connects multiple Microsoft services, enabling data access and automation across platforms
AI answer
Not getting '@odata.type' fields in resposne while fetching App Protection policies
Hi, I am making below api calls to fetch the list of app protection policies in a tenant: Android: https://graph.microsoft.com/beta/deviceAppManagement/androidManagedAppProtections IOS:…
Microsoft Security | Microsoft Graph
An API that connects multiple Microsoft services, enabling data access and automation across platforms
The online meeting participants displayName is null in identiy user.
Hello, I'm currently building an in-meeting Teams app. I have a NodeJS BE trying to fetch the data from /v1.0/me/onlineMeetings and unfortunately, when receiving the payload, for the meeting, the participants displayName is null in identiy user object.…
Microsoft Teams | Development
Building, integrating, or customizing apps and workflows within Microsoft Teams using developer tools and APIs
Microsoft Security | Microsoft Graph
An API that connects multiple Microsoft services, enabling data access and automation across platforms
Microsoft Teams | Microsoft Teams for business | Other
Additional features, settings, or issues not covered by specific Microsoft Teams categories
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
Is self-ownership required to delete a multi-tenant app's service principal using "Application.ReadWrite.OwnedBy"
I have a multi-tenant application. Customer tenants grant admin consent to it. Among the application permissions granted is Application.ReadWrite.OwnedBy (app-only). Goal: Programmatically uninstall our app from a customer tenant (remove the enterprise…
Microsoft Security | Microsoft Graph
An API that connects multiple Microsoft services, enabling data access and automation across platforms
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
Microsoft Graph user photo returned by GET /photo/$value differs from uploaded image binary
We are observing a difference between the image uploaded to Microsoft Graph and the image returned by Graph after retrieval. We update a user's profile photo using the following endpoint: PATCH…
Microsoft Security | Microsoft Graph
An API that connects multiple Microsoft services, enabling data access and automation across platforms
When is Azure Identity Bindings expected to reach GA?
Hi team, Can you provide an estimated GA timeline for Azure Identity Bindings? We feel like this feature would benefit us massively once released. Thank you in advance!
Microsoft Security | Microsoft Graph
An API that connects multiple Microsoft services, enabling data access and automation across platforms
How can I obtain the audio or transcript of a Teams meeting
How can I obtain the audio or transcript of a Teams meeting (with a scheduled calendar) through the API or other methods? Please provide a feasible method. Currently known information is as follows: • Grant application permissions: •…
Microsoft Security | Microsoft Graph
An API that connects multiple Microsoft services, enabling data access and automation across platforms
Microsoft Graph API - Users
Below extension columns are not available for all the users in…
Microsoft Security | Microsoft Graph
An API that connects multiple Microsoft services, enabling data access and automation across platforms
is Get-MgTeamChannelMember capped? It seems I can't get more than 1000 members
Hi, we have a Microsoft Teams shared channel with 1642 direct members. When using Microsoft Graph PowerShell: Get-MgTeamChannelMember -TeamId <teamId> -ChannelId <channelId> -All -PageSize 999 only 1000 members are returned. I also tested the…
Microsoft Security | Microsoft Graph
An API that connects multiple Microsoft services, enabling data access and automation across platforms
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
An API that connects multiple Microsoft services, enabling data access and automation across platforms
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
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