Generate Azure Policy compliance report with resource list
I am looking for a way to generate a report for Azure Policy compliance, which contains azure policies under a targeted Initiative, compliance against each azure policy under this initiative, including compliant and non-compliant resource list. An…
What is the maximum number of emails that can be sent per minute using Microsoft Graph API
What is the maximum number of emails that can be sent per minute using Microsoft Graph API, considering the limitations imposed by both Microsoft Graph API and Exchange Online? Microsoft Graph API Limitations…
How to set Custom Security Attributes with Java on Entra Graph API
Hi, I'm currently working on implementing a Java based application that uses Graph API to access Entra users. There, the goal is to store values in the Custom Security Attributes. The examples for Java on this page are broken however and I can't find out…
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…
MS Graph API sites filter not working
I'm trying to filter a site with the display name "EEU User - UAT" using the Python library https://github.com/microsoftgraph/msgraph-sdk-python-core The query that was sent to the Graph API looks like …
Unauthenticated error when uploading file by Upload Session
Hello, We currently have an integration with Microsoft Graph that uploads file using the https://learn.microsoft.com/en-us/graph/api/driveitem-createuploadsession?view=graph-rest-1.0 endpoint However, in some cases, when trying to use the resulting URL…
File Corruption in SharePoint Upload via Microsoft Graph API - Random Issue
Issue Description: I am using the Microsoft Graph API 5.80.0 to upload files to SharePoint from a Java Spring Boot application. The upload works fine in normal conditions, but some files become corrupted while uploading & so unable to download from…
How to get reliable delivery timestamps for emails using Microsoft Graph API?
I’m using the Microsoft Graph API (/users/{id}/messages) to retrieve emails from an Exchange Online mailbox. When analyzing reply relationships (using the In-Reply-To header), I noticed that sometimes a reply has an earlier timestamp than the original…
Unable to get the transcript content with this API - https://graph.microsoft.com/v1.0/users/{userID}/onlineMeetings/{meetingID}/transcripts/{transcriptID}/content
Issue is fixed, question no longer required. As there is no option to delete/withdraw the question, updating the details.
Is there a way to trigger Outlook-Add-Ins (Web) from external? (Custom event activation)
I am currently working on Office365 add-ins development and their communication via asp.net interfaces which are registered with entra id. I would like to open email templates from an external program. Templates can be created via ms-graph or by the…
Graph API: Adding app to Microsoft Teams chat returns 403 Forbidden
I have an app fully configured and working. I use Graph API to perform different actions from behalf this app. One of my use-cases is using Graph API to add app to chat as described in this docs. This request worked good yesterday (with 201 Created…
The api value returned for the owner is returning empty
Hi Support Team, 1 In my SharePoint app , i use this api to get all resource event …
code: PreconditionFailed "message":"No iCalUid found for the meeting. This API is supported only for calendar backed OnlineMeeting."
code: PreconditionFailed "message":"No iCalUid found for the meeting. This API is supported only for calendar backed OnlineMeeting." I'm creating an event using both onlineMeeting & Event API as I want recording and transcript…
How to get users who has access to Sharepoint sites using graph API?
How to get users who has access to Sharepoint sites using graph API? When I invoke https://graph.microsoft.com/v1.0/users/, it gives me all users present in IAM. But I want to fillter only users who can access sharepoint. And…
Unable to Access In-Place Archive Mailbox Messages via Graph API
Dear Microsoft Support Team, I’m currently attempting to access messages stored in an in-place archive mailbox using Microsoft Graph API. However, I encountered an issue when trying to retrieve a message by its ID. According to the following…
An Outlook event not being returned by iCalUId
Using Microsoft Graph API, we have an event created by a user who invited a room. From our understanding, there is an event A in the users calendar and an event B in the room's calendar. Both of them are linked by the same iCalUId. We use this to query…
Unable to retrieve transcripts using meetings API
Hi Team, We are trying to fetch transcript id from meeting id using "https://graph.microsoft.com/v1.0/users/<UserID>/onlineMeetings/<MeetingID>/transcripts/" in response we see the following error { "error": { …
New/Update-MgUserEvent only updates Subject and ShowAs
Here's a portion of the code to create a new calendar event: Connect-MgGraph -TenantId $TenantId -ClientId $ClientId -CertificateThumbprint $Thumbprint $User = Get-MgUser -UserId "******@contoso.com" $startDateTime = @{ DateTime =…
remove the user from all the groups? Security, mail enabled and distribution lists. except dynamic groups
I want to develop a flow that get a user email, then it do the following:- Remove the user from all the security groups, mail enabled groups, office 365 groups & Distribution lists Exclude dynamic groups can i have an api call/s that…
Graph eDiscovery API or compliance (Beta) API broken
Seems Graph eDiscvoery API or Compliance (Beta) function in Graph Explorer is broken. Even list ediscovery cases (https://graph.microsoft.com/beta/compliance/ediscovery/cases) will time out. Tried Postman , no luck. Anyone has same issue?
