11,166 questions with Microsoft Graph-related tags

Sort by: Updated
1 answer One of the answers was accepted by the question author.

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…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
11,144 questions
OneDrive
OneDrive
A Microsoft file hosting and synchronization service.
922 questions
SharePoint
SharePoint
A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
10,082 questions
asked 2024-06-24T10:45:04.08+00:00
Olga Andreeva 86 Reputation points
commented 2024-06-25T10:49:40.3966667+00:00
Olga Andreeva 86 Reputation points
1 answer One of the answers was accepted by the question author.

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…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
11,144 questions
OneDrive
OneDrive
A Microsoft file hosting and synchronization service.
922 questions
SharePoint
SharePoint
A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
10,082 questions
asked 2024-06-17T11:59:22.8566667+00:00
Olga Andreeva 86 Reputation points
commented 2024-06-25T10:49:13.2133333+00:00
Olga Andreeva 86 Reputation points
0 answers

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

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
11,144 questions
asked 2024-06-25T09:25:44.3466667+00:00
Alexandre Gounin 0 Reputation points
1 answer

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…

Microsoft Identity Manager
Microsoft Identity Manager
A family of Microsoft products that manage a user's digital identity using identity synchronization, certificate management, and user provisioning.
642 questions
Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
11,144 questions
Microsoft System Center
Microsoft System Center
A suite of Microsoft systems management products that offer solutions for managing datacenter resources, private clouds, and client devices.
887 questions
asked 2024-06-21T18:59:52.8866667+00:00
𝓡𝓪𝓻𝓮 ‎ 0 Reputation points
answered 2024-06-25T09:10:39.7833333+00:00
Simon Ren-MSFT 31,606 Reputation points Microsoft Vendor
1 answer

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…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
11,144 questions
asked 2024-06-05T10:54:29.6166667+00:00
Damian Kobza 1 Reputation point
answered 2024-06-25T09:00:20.8266667+00:00
Carolyne-3676 201 Reputation points
0 answers

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…

Microsoft 365
Microsoft 365
Formerly Office 365, is a line of subscription services offered by Microsoft which adds to and includes the Microsoft Office product line.
4,156 questions
Outlook
Outlook
A family of Microsoft email and calendar products.
3,268 questions
Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
11,144 questions
asked 2024-06-25T08:53:13.3+00:00
Piyush Chugh 0 Reputation points
edited the question 2024-06-25T08:55:16.66+00:00
Piyush Chugh 0 Reputation points
0 answers

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

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
11,144 questions
asked 2024-06-24T13:34:02.3366667+00:00
Franz Maximilian Martyn 0 Reputation points
edited the question 2024-06-25T07:50:28.2+00:00
Franz Maximilian Martyn 0 Reputation points
0 answers

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…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
11,144 questions
Excel
Excel
A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
1,626 questions
SharePoint
SharePoint
A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
10,082 questions
asked 2024-06-25T07:35:27.48+00:00
Ming 20 Reputation points
0 answers

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…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
11,144 questions
asked 2024-06-25T07:27:38.5466667+00:00
Hanz Tay 25 Reputation points
1 answer

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

Outlook
Outlook
A family of Microsoft email and calendar products.
3,268 questions
Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
11,144 questions
asked 2024-06-19T17:39:40.3533333+00:00
aviv eldad 0 Reputation points
commented 2024-06-25T07:05:05.1066667+00:00
aviv eldad 0 Reputation points
1 answer One of the answers was accepted by the question author.

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…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
11,144 questions
SharePoint
SharePoint
A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
10,082 questions
asked 2024-06-14T14:26:25.6966667+00:00
Patrick Lachance 0 Reputation points
commented 2024-06-25T06:22:02.0166667+00:00
RaytheonXie_MSFT 32,876 Reputation points Microsoft Vendor
1 answer

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…

Microsoft Teams
Microsoft Teams
A Microsoft customizable chat-based workspace.
9,417 questions
Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
11,144 questions
Microsoft Teams Development
Microsoft Teams Development
Microsoft Teams: A Microsoft customizable chat-based workspace.Development: The process of researching, productizing, and refining new or existing technologies.
2,981 questions
asked 2024-06-24T08:05:30.4333333+00:00
AlexS 0 Reputation points
answered 2024-06-25T05:41:16.61+00:00
LiweiTian-MSFT 15,685 Reputation points Microsoft Vendor
1 answer

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…

Microsoft Exchange Online
Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
11,144 questions
Outlook Management
Outlook Management
Outlook: A family of Microsoft email and calendar products.Management: The act or process of organizing, handling, directing or controlling something.
5,011 questions
asked 2024-06-24T11:46:30.68+00:00
Vijayakumar Natarajan 0 Reputation points
answered 2024-06-25T02:41:37.7133333+00:00
Mike Hu-MSFT 1,790 Reputation points Microsoft Vendor
1 answer

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…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
11,144 questions
asked 2024-06-24T13:14:00.89+00:00
Roshan API Test 0 Reputation points
answered 2024-06-25T02:38:31.95+00:00
Yakun Huang-MSFT 1,405 Reputation points Microsoft Vendor
1 answer

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

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
11,144 questions
asked 2024-06-24T13:31:59.9866667+00:00
Chandra Mohan S 0 Reputation points
answered 2024-06-25T02:07:47.6866667+00:00
CarlZhao-MSFT 39,101 Reputation points
0 answers

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

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
11,144 questions
asked 2024-06-25T01:54:35.3266667+00:00
Lin, Jiansheng 0 Reputation points
1 answer

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…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
11,144 questions
C#
C#
An object-oriented and type-safe programming language that has its roots in the C family of languages and includes support for component-oriented programming.
10,535 questions
Microsoft Entra
asked 2024-06-24T22:00:00.81+00:00
Isuru 0 Reputation points
edited an answer 2024-06-24T23:29:26.18+00:00
Isuru 0 Reputation points
1 answer

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…

Outlook
Outlook
A family of Microsoft email and calendar products.
3,268 questions
Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
11,144 questions
asked 2024-06-24T19:43:18.7733333+00:00
Denny Majano 0 Reputation points
answered 2024-06-24T19:47:11.59+00:00
Ganeshkumar R 170 Reputation points
1 answer

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…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
11,144 questions
Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
20,218 questions
asked 2024-06-03T19:12:48.7666667+00:00
Vaibhav Chaudhary 0 Reputation points
commented 2024-06-24T19:10:53.1233333+00:00
James Hamil 22,891 Reputation points Microsoft Employee
2 answers One of the answers was accepted by the question author.

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…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
11,144 questions
PowerShell
PowerShell
A family of Microsoft task automation and configuration management frameworks consisting of a command-line shell and associated scripting language.
2,241 questions
Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
20,218 questions
asked 2023-08-08T13:25:14.0933333+00:00
EnterpriseArchitect 4,956 Reputation points
commented 2024-06-24T19:09:15.3033333+00:00
Josh Washburn 6 Reputation points