14,122 questions with Microsoft Security | Microsoft Graph tags

Sort by: Updated
1 answer

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
asked 2024-08-06T07:47:25.1566667+00:00
Geetika Garg 10 Reputation points
commented 2026-06-12T16:51:35.9433333+00:00
Greg Barr 0 Reputation points
1 answer

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
Microsoft Security | Microsoft Purview
asked 2024-07-25T08:59:58.2166667+00:00
Ludmila Rinuado 0 Reputation points
commented 2026-06-12T08:05:15.7466667+00:00
Ines von Ah 5 Reputation points
0 answers

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
asked 2026-06-11T15:44:49.0766667+00:00
Alexandre Dhaussy 0 Reputation points
2 answers

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
asked 2026-06-09T14:13:21.02+00:00
Laura de Koning 0 Reputation points
answered 2026-06-11T06:35:05.94+00:00
Laura de Koning 0 Reputation points
1 answer

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
asked 2026-06-10T11:20:46.5233333+00:00
James A 40 Reputation points
answered 2026-06-10T11:21:00.59+00:00

AI answer

0 answers

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
asked 2026-05-20T08:06:52.27+00:00
Anil Ranolia 0 Reputation points
edited a comment 2026-06-10T06:15:14.17+00:00
Carolyne-3676 1,136 Reputation points
3 answers

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
Microsoft Teams | Development

Building, integrating, or customizing apps and workflows within Microsoft Teams using developer tools and APIs

4,993 questions
Microsoft Security | Microsoft Graph
Microsoft Teams | Microsoft Teams for business | Other
asked 2022-06-06T00:14:31.46+00:00
Gabriel Labelle 56 Reputation points
answered 2026-06-10T01:58:33.6066667+00:00
Darko Ristovski 0 Reputation points
2 answers

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
asked 2026-06-02T14:59:00.17+00:00
Wei Hong 5 Reputation points
answered 2026-06-09T19:27:18.8166667+00:00
Ward Wilmsen 0 Reputation points
1 answer

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
asked 2026-06-08T13:34:41.25+00:00
Piotr 0 Reputation points
commented 2026-06-09T15:54:05.9466667+00:00
Piotr 0 Reputation points
1 answer

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
asked 2026-06-04T14:39:18.5066667+00:00
Laura de Koning 0 Reputation points
edited a comment 2026-06-09T14:12:02.4166667+00:00
Laura de Koning 0 Reputation points
1 answer

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
asked 2026-06-09T12:11:15.8266667+00:00
Jerry Waldorf 6 Reputation points
edited the question 2026-06-09T12:14:41.1466667+00:00
Jerry Waldorf 6 Reputation points
0 answers

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
asked 2026-06-09T08:33:45.0366667+00:00
Predrag Paravinja 0 Reputation points
2 answers

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
asked 2025-10-01T05:33:44.4966667+00:00
Orsino 0 Reputation points
answered 2026-06-09T04:22:22.5+00:00
Laxmipathy Surendran 0 Reputation points
0 answers

Microsoft Graph API - Users

Below extension columns are not available for all the users in…

Microsoft Security | Microsoft Graph
asked 2026-06-08T18:53:07.78+00:00
Khaja Shaik 0 Reputation points Microsoft Employee
1 answer

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
asked 2026-05-12T18:11:54.52+00:00
Koppitsch, Felice 0 Reputation points
edited an answer 2026-06-08T18:28:44.66+00:00
David Broggy 6,801 Reputation points MVP
1 answer

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
asked 2026-06-03T17:17:35.1533333+00:00
Troy 0 Reputation points
answered 2026-06-04T23:35:32.39+00:00
Rayyan Fawad 995 Reputation points
2 answers

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
asked 2026-06-03T13:36:16.8+00:00
Edward Smith 0 Reputation points
answered 2026-06-03T14:33:49.0733333+00:00
Edward Smith 0 Reputation points
1 answer

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
asked 2026-06-03T14:08:02.7766667+00:00
Patra, Braja Bilash (B.) 0 Reputation points
answered 2026-06-03T14:08:26.5966667+00:00

AI answer

1 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
asked 2026-04-15T11:37:12.2733333+00:00
Ganesh 0 Reputation points
commented 2026-06-03T06:08:27.4166667+00:00
Ganesh 0 Reputation points
2 answers

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
asked 2026-05-29T11:40:40.4433333+00:00
Baljeet Kaur 0 Reputation points
commented 2026-06-02T12:55:17.96+00:00
Baljeet Kaur 0 Reputation points