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
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
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…
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

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
Graph Api Calendar
Hello, I have created an application to synchronize outlook events with our calendar, however I see there is a problem. When I delete an event via outlook or via the delete call the system acts as a permanent delete. In fact trying to return the event…
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 …
Microsoft Graph
"Activate" function with new-mgteam
We create teams for our school using Powershell. We used to use the Powershell command new-team for this. Now we use the Graph module with new-mgteam. Since we created the teams with new-mgteam, the teams no longer need to be activated by an owner, but…
Microsoft Teams
Microsoft Graph
Microsoft Teams Development
PowerShell
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
About jpg file opened by picture app
Hi, It's a little strange condition. The environment is :OS win10 (19045.5854), picture app version is 2024.11070.11002.0 Why open jpg file by picture app, the background is not liked when I into edit mode? I mean when I view the picture , the…
Microsoft Graph

sending meeting request as Ical files using new SMTP auth
Since using SMTP mail sending with Basic auth will be phased-out, we are working to transition with an alternative. We are trying both Graph API and SMTP with oauth, and we are facing some issues with a critical use case of our app, that is sending…
Microsoft Graph
calendarList() doesn't return all calendars (including the default one) for some calendars
For an account, the API endpoint that normally returns all of a user's calendars, graph.microsoft.com/v1.0/me/calendars, doesn't return all of the calendars, including the default calendar. What's strange, is that it does return the "Birthdays"…
Microsoft Graph
Duplicate Entries in /deviceManagement/detectedApps API Response
Hello, When using the Microsoft Graph API endpoint https://graph.microsoft.com/v1.0/deviceManagement/detectedApps, I am seeing duplicate entries with the same "Id" for certain detected applications. These entries have the same or similar…
Microsoft Graph
How to fix CORS Errors in Angular when calling Graph API (SendMail Purpose)
Hi all. I'm quite new to development in angular and I'm currently facing an issue with retrieving the bearer token from the graph endpoint. I've already set up an app registration in my tenant to provide my application with the necessary permissions…
Microsoft Graph

Issue with Cancelling Specific Meeting Between Two Participants via Microsoft Graph
Subject: Issue with Cancelling Specific Meeting Between Two Participants via Microsoft Graph Hello Microsoft Support Team, We are integrating Microsoft Graph Calendar API to automate scheduling and cancellation workflows. In our current implementation,…
Microsoft Graph
Unable to Access Microsoft Teams Meeting Transcript via API with App-Only Authentication
description: We are implementing an integration where a Teams App (using App-Only Authentication) needs to programmatically access meeting transcripts. We have completed the following setup: Environment Setup: Authentication Mode: App-only (using client…
Microsoft Graph
The issue of charging for Graph API
Does the '600 minutes' in the Transcript API pricing refer to the duration of API calls or the total meeting length processed? Thanks link:https://learn.microsoft.com/en-us/graph/teams-licenses#payment-models-for-meeting-apis
Microsoft Graph
Operation: Create; Exception: [Status Code: Unauthorized; Reason: ]
Hello. I encountered a problem when trying to create a functionality that will allow a user to subscribe to the Outlook email collection functionality. I am doing this functionality in a Nest JS application. I have successfully implemented the user…
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…