How can i mute/unmute MS Teams Channel notifications using some third party API, is there any endpoint exist for this task?
Dear Microsoft Support Team, I hope this message finds you well. I am reaching out to inquire about the possibility of programmatically controlling notifications for specific Microsoft Teams channels for individual users. While I am aware of the existing…
Microsoft Graph


Excel Online cloud connector started giving errors
Goodday, Since Sunday night an Excel Online CloudConnector is constantly generating errors like below. Any ideas how to resolve this? The relevant Excel file / Table on SharePoint is still available and has no issues. List rows present in a table Error…
Microsoft Graph
How to Fetch Sensitivity Labels for Files in OneDrive/SharePoint and Outlook Emails
I am having difficulty fetching the sensitivity labels for files stored in Office applications like Word and Outlook emails. For Word: I attempted to use the endpoint…
Microsoft Graph
Graph API Subscribe 'Cannot query rows in a table' Error
Hi, We have developed an Outlook Add-In which allows storage of email conversations in our CRM. The backend app uses the Graph API to retrieve messages from the user's mailbox. As of 23rd April we've been receiving an error response from the Graph API…
Microsoft Graph
Graph API Subscription Error for Specific Users
Encountering an issue while using Microsoft Graph to subscribe to a user's mailbox. The subscription works for most users, but fails for a few with the following error: ExceptionMessage: Code: ExtensionError Message: Operation: Create; Exception: [Status…
Microsoft Graph
New 500 Response on POST https://graph.microsoft.com/v1.0/subscriptions (The operation failed with a permanent mailbox error)
We have an Outlook add-in, using the java SDK version 2.6.0. Since last Weds 23rd April (the error definitely first occurred then), the authentication process (creating a subscription) on the add-in is failing for some users, with a response of…
Microsoft Graph
MS Graph | Python SDK | ErrorRequiredPropertyMissing when sending email with attachment
I'm trying to send an email with a simple attachment, but it fails with the following error: Microsoft Graph API Error: ErrorRequiredPropertyMissing - Required property is missing. I know the issue is with the attachment because if I remove it, I am…
Microsoft Graph
Obtain the ExtensionProperty with Get-MgUser as if obtained with the Get-AzureADUser command through an App with Entra ID
Good afternoon. Greetings. Due to an error that is throwing me the Get-AzureADUser command to access an App with Entra ID, I can continue using it for other implementations:…
Microsoft Graph
I'm facing the issue in API permission
Hi Team I am trying to use postman with Microsoft Graph API by this link https://learn.microsoft.com/en-us/graph/use-postman in that step 3 I'm unable to Grant admin consent, I'm unable to enable (yes) ,please let me know how to resolve …
Microsoft Graph
Microsoft Entra ID
How to fix directx error
I installed EA FC 25 and i cant acces the because of an directx error.I have Directx version12 and i updeted the drivers of my graphics card.
Microsoft Graph
401 Unauthorized When accessing calendar events
Hello, I use the Microsoft oauth system with the @azure/msal-node librabry. Everything seem to work on the auth side, and Im even capable of reading user data from the endpoint GET /me using the access token. However, when im trying to access the…
Microsoft Graph
How to backup and restore private group's conversation and calendar where admin user is not a member?
Hi Team, I am working on backing up and restoring Microsoft 365 Group data, including conversations, calendar events, and metadata. Backup For backing up group conversations, I am using application permissions, which allows me to retrieve conversations…
Microsoft Graph
Can't login to AAD Application with oAuth2: Personal Microsoft accounts are not supported for this application
Hi, I'm trying to login an user to my AAD Application via oAuth2. But I'm getting the following error: Request Id: 818c8dfa-22fd-4e00-93f1-16e6d8142a00 Correlation Id: dc0539ce-d422-4933-b813-036dfcf50c48 Timestamp: 2023-05-10T09:57:44Z Message:…
Microsoft Graph
Microsoft Entra ID
WinUI 3 / MSIX app creates new OneDrive AppFolder (“My App 1”) instead of using existing (“My App”)
I’ve migrated my UWP app to WinUI 3 with MSIX packaging, and also updated Microsoft Graph SDK from 4.x to 5.x. The original UWP app uses OneDrive’s special.AppFolder to store user data, which created a folder named "My App". However, after…
Microsoft Graph
MSGraph API: sending email using Python app
I am new to Microsoft Graph. I need to send an email automatically internally, and I already have a valid client_id which has the following API permissions: Mail.Send (Delegated) Mail.Send (Application) User.Read (Delegated) Application.Read.All…
Microsoft Graph
Issues using /deviceManagement/managedDevices/{managedDevice-id}/cleanWindowsDevice endpoint
I am attempting to run a call to https://graph.microsoft.com/v1.0/deviceManagement/managedDevices/{managedDevice-id}/cleanWindowsDevice utilizing a deviceId that I am retrieving from this endpoint /users/{userId}/registeredDevices, which means it is in…
Microsoft Graph
Graph get /devices returning text response instead of json since 01/2024
We have been using the call GET https://graph.microsoft.com/v1.0/devices to return all of the devices on our tenant for over a year now with application credentials and it has been working great. The last time it worked properly for us was on Jan. 2,…
Microsoft Graph
Get calendar id from a shared teams calendar
Hello, my aim is to sync events from my "special" ms365 calendar to multiple shared teams calendar. For this I thought its wise to use automate. In there I could use a flow. Now, knowing the context, there was a comment on a ms site that there…
Microsoft Graph
AtpDetection events - timeline to move from Office 365 Management Activity API into Graph Security Alerts API?
The https://graph.microsoft.com/v1.0/security/alerts_v2 endpoint does not appear to include the AtpDetection events from Office 365 Management Activity API. We only see items like this within https://manage.office.com/api/v1.0/ Operation: Is this…
Microsoft Graph
Microsoft Graph API receiving 400 UnknownError when getting second page of delta query
The Microsoft Graph API consistently returns 400 Bad Request with body "UnknownError" when querying for the second page of a paginated delta query. I'm calling the GET /users/{id | user-principal-name}/chats/getAllMessages/delta endpoint…