How to obtain Transcript from Teams through the API in Microsoft Graph? Can this API be used normally in China
Hello, Teams Developer Team, We have an existing Azure subscription. We are looking to retrieve the meeting transcript content in real-time during a Teams meeting and transmit it to our purchased Teams bot service. After reviewing several technical…
User accountEnabled property is null and assignedLicenses are empty
When querying users on a tenant, I find myself with all users having accountEnabled set to null and none have any entry in assignedLicenses. Note that I can only reproduce this on one tenant and not others, but a customer is having similar issues. …
Azure Active Directory workload is not enabled for rich notifications for application clientID
Hi, We're trying to call the subscribe graph API to create a new subscription with change notifications enabled but for some reason when we try to create the subscription we get the error "Azure Active Directory workload is not enabled for rich…
get-mgauditlogsignin - generated variable returns no output
I am trying to get the last sign in for all members of a group. When I run the get-mgauditlogsignin command with a generated variable, I receive no output. If I run the same command but manually create the variable, I get the required output This…
Unable to see Monday.com Graph connector in Search & Intelligence
Hello Please i need your help on this issue. Unable to see Monday.com Graph connector in Search & Intelligence. I am not able to see Monday.com Graph connector in Search & Intelligence in Admin Center. I am referring to this connector:…
Enable metered APIs and services in Microsoft Graph not working for evaluation mode - I am trying to get the transcripts, of Team calls but I get a 402 error.
The reason I am creating the ticket: 1.1 The end goal: Link my subscription to an app registration to start using metered API and services in Microsoft Graph. To be more precise, I would like to be able to call the…
SharePoint Calendar some recurring events missing from Graph which are visible in SP Calendar
We have a SharePoint Events list containing recurring events that appear in the Calendar view, but when requested through Microsoft Graph for the EventDate in question don't appear in the Graph results. This was working OK as late as 22nd December 2024,…
Microsoft Graph Sites Api Not Scanning Files
Hello! If I upload a test malware file to Sharepoint with Microsoft Graph API PUT https://graph.microsoft.com/v1.0/sites/{siteId}/drives/{driveId}/root:/{file}:/content I can always download that file GET…
How to ask OnlineMeetings.Read.All App scope on Graph ?
Hello, I got some troubles with this app scope. It seems that Graph does not accept granting the OnlineMeetings.Read.All App scope…
How to Retrieve Attendee Meeting Data Programmatically
I'm implementing a multi-tenant website solution where my clients (from different Microsoft Entra tenants) will grant our multitenant application permission to retrieve attendee records (including employee names and meeting join/leave times) after a…
Microsoft Graph GetStaffAvailability Forbidden error
Forbidden - 403 - 292 ms. Either the signed-in user does not have sufficient privileges, or you need to consent to one of the permissions on the Modify permissions tab. "staffIds": [ "<staffid>" ], …
Excluding a Subfolder from Search Results Using KQL with Microsoft Graph Connector
A Microsoft Graph Connector was created for a folder "Abc" on a local file share, which contains many PDF files and subfolders. In the custom vertical created at the site level using this Graph Connector as the content source, the objective is…
Graph Explorer returns outdated Calendars and not current ones as shown in outlook web
When I query Graph Explorer to get all my calendars (https://graph.microsoft.com/v1.0/me/calendars) I am presented with my calendars plus a series of old calendars that I unsubscribed to many years ago. The response is also missing some current calendars…
Can /me and /usersco-exist?
Hi this is my schema for the agent I built to get me my mails, send mails and create events. openapi: 3.1.0 info: title: Microsoft Graph API Integration version: 1.0.0 servers: url: https://graph.microsoft.com/v1.0 components: …
Querying 'spotevictionrate' through Azure Resource Graph Explorer returns no data.
1."Querying 'spotevictionrate' through Azure Resource Graph Explorer returns no data. "What does the 'score' represent under 'microsoft.compute/skualternativespotvmsize/location'?"
Graph API Returns Only Items Created by the User from SharePoint List with “Read Items That Were Created by the User” Enabled Despite Owner Permissions
Hello everyone, I’m experiencing an issue with a SharePoint List configuration and I’m hoping someone might have insights or solutions. I am using a SharePoint List and have owner permissions on the SharePoint Site. The list is set to inherit…

Why does Graph Explorer show me outdated outlook Calendars and not current ones?
When I query Graph Explorer to get all my calendars (https://graph.microsoft.com/v1.0/me/calendars) I am presented with my calendars plus a series of old calendars that I unsubscribed to many years ago. The response is also missing some current…
Unable to save the email file attached as an attachment in the email through Graph API
While trying to save the email file attached as an attachment in the email using Graph API I am getting error as ContentByte not found. I have called the Get Attachment API to see what the difference between the other attachment JSON and Email File…
How get the data if a viva engage community has setting restricted-posting as true using graph api
How get the data of a viva engage community if restricted-posting is true or false using graph api
Programmatically create a Teams Meeting for a Personal Account
I am writing a web app that needs to create/modify/delete Teams Meetings on behalf of users who have personal Microsoft accounts, not work or school accounts. All docs I can find seem to imply that it is not possible (details follow). Yet, the actual…