The graph calendar API is not working(500:ErrorInternalServerError)
2025-06-17 10:22:38.301 1551-2761 okhttp.OkHttpClient com.ratta.supernote.calendar I <-- 200 https://login.microsoftonline.com/common/oauth2/v2.0/token (4466ms) 2025-06-17 10:22:38.302 1551-2761 okhttp.OkHttpClient …
Microsoft Graph
Graph api createUploadSession returns 401 on uploadUrl
Hello Microsoft Support, Since 4 June 2025 (≈ 08:00 CEST) all large-file uploads via Microsoft Graph have been failing. createUploadSession still returns 200 with an uploadUrl, but the first PUT to that URL returns 401 Unauthorized even when no…
Microsoft Graph
How to get the transcript content in HTML format using GRAPH API
I am using Graph API to get the tanscript content. But it always provides me the content in web vtt. How do I get the content in html or .docx format so that I can render it on a screen.
Microsoft Graph
Adding a category to an email using GraphAPI, understanding outlookCategory deprecated impact
Hi Team, We wish to create, update, delete categories for emails in our application that uses Microsoft Graph API. We found this document for the same : https://learn.microsoft.com/en-us/graph/api/resources/outlookcategory?view=graph-rest-1.0 However, it…
Microsoft Graph
Mailbox Access Validation Using Microsoft Graph API
Dear Microsoft Support, I need to check whether I have access to my mailbox so that I can then perform certain actions in Exchange Online. I have noticed a discrepancy: When accessing mailboxes with an expired license via EWS, we receive an error…
Microsoft Graph
Unable to Access Unlimited Transcripts – Evaluation Mode Limitation
Hello, According to the documentation at https://learn.microsoft.com/en-us/graph/teams-licenses, the error 402 PaymentRequired occurs when the monthly evaluation capacity has been exceeded for fetching transcripts using the Microsoft Graph API. I am…
Microsoft Graph
Call the users with specific ___domain
The context that I am currently have lots of users created with about 7 verified sub ___domain. Any method to detect, and call the users by specific ___domain in the tenant ? thanks
Microsoft Graph
ondrive integration issue with java application
Hai Team Need support on onedrive configuration in java after the configuration done with app registration the below issue is getting below, if you connect through screen share it will help us to resolve the…
Microsoft Graph
Why is my Web API with Application Permissions to Bookings.ReadWrite.All unauthorized when querying Graph API Bookings endpoints
We are building an API to get and update Booking Appointments using Microsoft Graph API and application permissions. We have registered an app in Azure, added the Bookings.ReadWrite.All application permission and admin consent has been granted. When we…
Microsoft Graph
How to perform authorization code flow in my Typescript module with no access to the actual web application source?
Hello, So, I wish to include the Authorization Code Flow of Microsoft Graph in my application's module's source code. I went through the reference: https://learn.microsoft.com/en-us/graph/auth-v2-user?tabs=http and I understood the process but the…
Microsoft Graph
Getting 403 Access Denied for /drvies/{driveId}?$select=sharepointIds for getting the siteurl for the drive
I have gotten a Graph token with the following permissions: AuditLog.Read.All Directory.AccessAsUser.All email Group.ReadWrite.All openid profile User.ReadWrite.All (taken from decoding the token) Then I sent a GET request to: …
Microsoft Graph
Getting 500 response errors to GET /me/calendars all of a sudden
We're suddenly seeing the following for a large number of Outlook and Hotmail users. This is a simple API call to the MS Graph Calendaring API. This has also been raised as a case with Microsoft Support: #2506020050001353 GET…
Microsoft Graph
While scheduling using Microsoft Graph API, meeting is getting scheduled but meeting link is not getting generated?
While scheduling using Microsoft Graph API, meeting is getting scheduled but meeting link is not getting generated even though after giving all the required application & delegated permissions. It's an emergency and need to be resolved on high…
Microsoft Teams
Microsoft Graph
Outlook Management
Microsoft Teams Development
Adding a category to an email using GraphAPI, understanding outlookCategory deprecated impact
Hi Team, We wish to create, update, delete categories for emails in our application that uses Microsoft Graph API. We found this document for the same : https://learn.microsoft.com/en-us/graph/api/resources/outlookcategory?view=graph-rest-1.0 …
Microsoft Graph
File Services workload is not enabled for rich notifications for application error when creating Microsoft Graph subscription
I'm trying to create a Microsoft Graph subscription to monitor changes in SharePoint document libraries using application permissions (not delegated). However, I'm receiving the following error: { "error": { "code":…
Microsoft Graph
Why is assignLicense endpoint throwing "One or more properties of the user contains invalid values." using the Microsoft Graph API
I've created a Contoso tenant which has its own Users and Licenses. I tried using both the Graph Python SDK and normal HTTP requests and I get the same error every time, whether I assign or remove licenses. In the following example where I try to…
Microsoft Graph

Deleted user still being returned in AuthenticationMethods endpoint
I have deleted a user from AD and it has sync'd the deletion to Entra and the account is no longer reported, however the endpoint https://graph.microsoft.com/beta/reports/authenticationMethods/userRegistrationDetails is still returning the details of the…
Microsoft Graph
Custom Profile Card Property Not Displaying in Microsoft 365
We are experiencing an issue with Microsoft Graph profile card customization. We have configured a custom profile card property using the Graph API to display extensionAttribute2 with the display name "Initials". Details: The property was…
Microsoft Graph

Microsoft Graph Api - Physical Memory Info for Managed Devices is not being returned correctly.
Hi Hope you guys are doing great. I was using micro-soft graph api to retrieve information from Intune. But I am unable to get the physical memory information. It always returns 0 while using…
Microsoft Graph
Microsoft Intune
Trouble with "parseDateTime()" in Power Automate
I'm attempting to use the following expression to replace the 'content' attribute in my OneNote page HTML, effectively setting the page creation timestamp before the page is created (because I can't find another way to do so). Please see…