PNG files (driveItem) are not found with Microsoft Graph API search
Hello, I am using the search query: POST https://graph.microsoft.com/v1.0/search/query { requests: [ { entityTypes: ['driveItem'], query: { queryString: 'filename:"search" AND…
Search by filename in drive
Hello, I am using Microsoft Graph API to search for files. I am using the following API: /groups/{group-id}/drive/items/{item-id}/search(q='search') In my test, I expect to receive all the files with the search query in filename, file content or…
Could not create a session when 2 requests are made manually one after the other
Hello, I'm working in a application to execute simulation on a excel file. To do this, i create a session on my excel file using the end point : 'drives/{folder-id}/items/{excel-file-id}/workbook/createSession' Then i update my value in the excel file,…
My account got perma banned and it wasnt my fault...
Someone sent "bot followers" to manipulate my xbox follower count and it wasnt my doing which resulted in a perma ban of my account. I attempt to appeal but no avail. My account has been around since 2011. This is very unfair on my end and…
Is it possible to get the list of all the users that can access a Planner plan without having our users to grant the GroupMember.Read.All scope?
To give more context to the issue, we have a Planner integration where we sync Planner plans to our platform. While we can see some members in the sharedWith property of the /details endpoint, the property does not include all of the members but, from my…
When sending emails using Microsoft Graph API, what's the correct way to send more than 150 MB within 5 minutes?
Background: We have created 2 Azure single-tenant apps with the same set of permissions (Mail.Send & Mail.ReadWrite) within the same tenant. As per Graph API's documentation, we should be able to send emails of size upto 150 MB per email, through 1…
Get e-mail data from a Graph API subscription
After creating a subscription/webhook like this: { "changeType": "created,updated", "notificationUrl": "https://my.url/", "lifecycleNotificationUrl": "https://my.url/lifecycle", …
Reading password protected .xlsx file in sharepoint using Microsoft Graph API
Hi there, I am writing to enquire about whether it is possible to read password protected .xlsx file from Sharepoint online using Microsoft Graph API? I could not find much information regarding this from the official documentation. Any help would…
What are the API limits/throttling for Microsoft Search API?
Hi, What are the API limits/throttling for Microsoft Search API? I understand Microsoft Graph has service-specific throttling limits found here https://learn.microsoft.com/en-us/graph/throttling-limits but I cannot find the section regrading Microsoft…
Get calendar events with an API call from python script help
Hi, I know that it was asked a lot, but it seems that nobody figured it out. I'm trying to do a simple thing. Get the calendar events from a user. I followed the instructions here:…
https://graph.microsoft.com/v1.0/sites/delta return bad ids
Recently, we noticed a regression using the new endpoint: https://graph.microsoft.com/v1.0/sites/delta. According to the documentation, each site ID should have this syntax: {hostname},{spsite-id},{spweb-id}. This was operating correctly. However, for…
Can I get real time call notifications for Teams calls using the Graph API?
I need to get real time notifications of incoming calls in Teams or at the very least a way to get the call ID in real time. Change notifications don't seem to be supported for calls, callRecording is useless in real time as a call record is only…
Does moving a message item between folders in a shared mailbox modify its immutable id? (Note: It's a shared mailbox))
I am using the Graph API .NET SDK to fetch messages in a shared mailbox and adding the prefer immutable ids header. However, when paginating the results using the odataNextLink property & fetching the entire result, the immutable ids of message item…
cannot add more than 15 filter conditions
i'm trying to list all user emails using the "https://graph.microsoft.com/v1.0mailFolders/inbox/messages" endpoint. my requirement is want to get only emails from selected domains and ignore emails from some selected email addresses. but as of…
Create an APPROLE in Entra ID
Hi Experts, Is there any alternative graph API calls to create an appRole in Entra ID than using PATCH API call. Thanks in Advance, Chandra Mohan S
How to send email with sensitivity "Highly Confidential\Do Not Forward" via Graph Powershell?
I want to send email to the user by using Graph PowerShell command "Send-MgUserMail" , but don't know to send email with sensitivity "Highly Confidential\Do Not Forward" via Graph PowerShell
Access members@delta from group delta query
Hi There, I'm trying to get the group member changes from group.delta query But i cant access "members@delta" any ideas ? This is what i'm trying to do string deltaLink = deltaPage.OdataDeltaLink.ToString(); var groupResult = await…
How can I find all Conversation IDs for an email message in Outlook?
Is it possible to retrieve all Conversation IDs for an email message in Outlook by using the message's Internet Message ID? This is necessary because I need to match messages that have changed their subjects and have change conversation IDs with the…
Get Country code and mobile number from Azure ADB2C MFA number used to get OTP separately in token claim using Custom Policy
I am using Azure Adb2c Custom Policy. I need to get Country code and mobile number from Azure ADB2C MFA number used to get OTP separately in token claim. I can get them as a single unit for e.g. (+91345234223) but I want this as (+91 345234223) with a…
WARNING: Unable to acquire token for tenant 'organizations' with error 'InteractiveBrowserCredential authentication failed: Method not found: 'Void Microsoft.Identity.Client.Extensions.Msal.MsalCacheHelper.RegisterCache(Microsoft.Identity.Client.ITokenCa
Hi Team, Can someone here please assist me with this error to connect my PowerShell session using the Connect-AzAccount ? PS C:\WINDOWS\system32\WindowsPowerShell\v1.0> Connect-AzAccount WARNING: Unable to acquire token for tenant 'organizations' with…