Are there any changes to https://graph.microsoft.com/beta/security/collaboration/analyzedEmails/remediate
We're experiencing an issue with the remediate endpoint of the Microsoft Graph API for analyzed emails (https://graph.microsoft.com/beta/security/collaboration/analyzedEmails/remediate). Since Tuesday, API calls to this endpoint have been timing out…
How to get the total files size and number for one tenant?
Hello Team, How are you? Hope you are all doing well. I am writing a tool to get the total size and number of all files under Microsoft 365 tenant. I have gone through the Graph API documentation and the Sites and Drive APIs provide document information…
How to grant application access to Teams online meetings
Is there an easier way to grant Graph api access to Team's online meetings? I am currently using the Teams toolkit in VS Code and using the terminal with the following commands to grant application level permission for my…
How to Resolve Internal Server Error 500 When Deleting a Range in Microsoft Graph API?
I am encountering a 500 Internal Server Error while trying to delete a range using the following guide: Microsoft Graph API - Range Delete. This API has been functioning correctly for a year, but the issue has arisen today. For reference, here is the…
The query specified in the URI is not valid. The property 'callChainId' cannot be used in the $select query option
When a call begins, I receive events. However, sometimes the Updated event arrives before the Created event, which causes issues. To investigate if such a case happens,I tried out graph explorer. Over there I saw this tip When I try to actually use…
how to create Print Job using Graph API with Application Permissions through .Net Core Web API?
Hi I am trying to integrate Universal Print with the Microsoft Graph API in a .NET Core Web API application. I have Azure Subscription and enable Universal Print on my Azure tenant and registered printer in Universal Print. Registered application in the…
Assignment or Eligibility Role update by API not working error as per descriptions
After set connect-MgGraph with scope using below command in powershell but getting error. Code: $endDate = (Get-Date).AddYears(3).ToString("yyyy-MM-ddTHH:mm:ssZ") $body = @{ scheduleInfo = @{ expiration = @{ endDateTime =…
Verify AAD MSAL Token Generated at Frontend in Backend
I am unable to verify the token generated by MSAL during User SignIn in my SPA; when passed to my .NET Core Web API backend. It keeps on giving error with Signature. Microsoft.IdentityModel.Tokens.SecurityTokenInvalidSignatureException: 'IDX10511:…
https://graph.microsoft.com/beta/security/labels/retentionLabels/{retentionLabel-id} returns "Internal error occured while calling AdminApi"
Using graph explorer, https://graph.microsoft.com/beta/security/labels/retentionLabels lists the retention labels correctly. https://graph.microsoft.com/beta/security/labels/retentionLabels/{retentionLabel-id} displays an error. This is also the case…
Export an Exchange mailbox Calendar and import those events to a 365 Group/Team Calendar
Would like to eliminate Exchange mailbox calendars and convert to 365 Group for ease of collaboration with Teams. Need to transfer all calendar events/entries to the new 365 Group Calendar. Need to do this with multiple Exchange mailboxes that are used…
Microsoft Graph V1 Teamwork SendActivityNotificationToRecipients Returns 202 Accepted Status Code, but Activity Feed Notification Is Never Received in Microsoft Teams
I am attempting to use the Microsoft Graph API to send Activity notifications to recipients in Microsoft Teams. (Using this documentation…
Why is error: 400 occuring? 400 {'error': {'code': 'BadRequest', 'message': "'user@odata.bind' field is missing in the request.", 'innerError': ...
Here is a snippet of my code. Why is error 400 occuring: ie 400 {'error': {'code': 'BadRequest', 'message': "'user@odata.bind' field is missing in the request.", 'innerError': {'date': '2024-11-13T22:20:30', 'request-id': '5675829f-5a',…
Azure PIM - role settings via API
hey! I’m trying to find a way to retrieve details about role settings in Azure PIM using an API request, but I haven’t been able to find any requests that return this data. Specifically, I’m looking for settings such as Activation maximum duration, On…
How to invite user to a teams meet by ringing them on teams?
I’m working on an app that generates Microsoft Teams meeting links using the Graph API. I want to invite a specific user to the meeting and have their Teams app "ring" them directly, so they can join immediately upon answering. Any guidance,…
Permission error while using Microsoft Graph Application AddPassword method
I'm attempting to automate password creation using the Microsoft Graph Application AddPassword method and the code sample https://zcusa.951200.xyz/en-us/graph/api/application-addpassword?view=graph-rest-1.0&tabs=python. I initialized graph_client…
category filtering by name
im trying to make function to get a singular category. Im using php for this. what i expect is an empty array or with only one record or even just a categoryObject. but i get them all back with the following function. public static function…
Is it possible to correlate activity events to authentication method via API?
Hi, I'm using the non-beta API, and I would like to know if it's possible to link activities (via sign-ins) to the authentication method the user has chosen/fulfilled during login. I see that this information is already provided in the beta API (with the…
Microsoft Graph API for SharePoint returns "UnknownError" when trying to get folder location after some time
Hi, We are consuming graphapi endpoint to get sharepoint folder location for that we using following endpoint https://graph.microsoft.com/v1.0/drives/{driveId}/root/children?$filter=name eq '{folderName}' Which is working fine for sometime, then…
How to read Machine/Device Dynamic Tags from Graph Security API
I have spent a bit of time creating dynamic tagging rules in Defender, in hopes of using those tags to facilitate reporting and am running into an issue plus an inconsistency. First, the inconsistency: In Defender endpoints are referred to as Devices,…
Why does sending large attachments (>3MB) with MS Graph API just works without upload session?
Hi, I read that there are limitations on sending e-mails with attachments larger than 3MB: upload session should be used. Reference: https://zcusa.951200.xyz/en-us/graph/outlook-large-attachments?tabs=http However when I try to send an email with an…