10,826 questions with Microsoft Graph-related tags

Sort by: Updated
0 answers

Microsoft Graph Search api not returning hits for past events where I am an attendee

I am using the graph search API to search for past events based on user's keyword search. https://graph.microsoft.com/v1.0/search/microsoft.graph.query Here is an example of the query I am sending in the request body: { "Requests": [ …

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,804 questions
asked 2024-05-22T14:02:10.5533333+00:00
Senthamil Selven 0 Reputation points
edited the question 2024-05-22T14:03:10.8+00:00
Senthamil Selven 0 Reputation points
0 answers

Microsoft Graph API: 'Tenant does not have a SPO license' Error when Accessing SharePoint Site with valid business o365 account

I am attempting to access a SharePoint site using the Microsoft Graph API from a Python script. Despite having granted the necessary permissions in Azure AD and assigning licenses, I keep encountering the following error: Failed to get site ID. Status…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,804 questions
SharePoint Development
SharePoint Development
SharePoint: A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.Development: The process of researching, productizing, and refining new or existing technologies.
2,707 questions
Microsoft Entra Private Access
Microsoft Entra Private Access
Microsoft Entra Private Access provides secure and deep identity-aware, Zero Trust network access to all private apps and resources.
44 questions
asked 2024-05-22T13:30:59.97+00:00
dude95 0 Reputation points
1 answer

Why the call of the meeting attendance report API returns wrong data

Hello, In our organization, we want to gather the attendance report of some meetings. At the last time, we found that this API returns wrong results. Sometimes it returns expected data, and sometimes it returns a very small piece of all data JSON it…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,804 questions
asked 2024-05-22T12:23:46.39+00:00
Cherny, Igor 0 Reputation points
answered 2024-05-22T13:29:28.12+00:00
Saranya Madhu-MSFT 150 Reputation points Microsoft Vendor
0 answers

unknown error code encountered when attempting to retrieve notebook details. Code: 10026

get sections in notebook' which is failing with Error; unknown error code encountered when attempting to retrieve notebook details. Code: 10026". Looking into this code, it has been throwing from one note but from documentation, we do not have any…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,804 questions
asked 2024-05-22T13:13:04.44+00:00
Teodor Rusu 0 Reputation points Microsoft Employee
0 answers

Webhook Subscription Payload

Created a subscription using url --> https://graph.microsoft.com/v1.0/subscriptions And added notification url 'https://xxx.com/webhook ' with chatid in the body of the API call. In the handler function expecting message Headers which are sent by…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,804 questions
asked 2024-05-22T12:54:46.37+00:00
Ranjith Kumar Jain 20 Reputation points
0 answers

Getting empty response while search an excel files in OneDrive

Hi, We are using the 'Search for DriveItems within a Drive' API to search for a particular file across the entire OneDrive. While using this API, we are receiving an empty response from Microsoft. We get the correct search results for some accounts,…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,804 questions
OneDrive
OneDrive
A Microsoft file hosting and synchronization service.
860 questions
asked 2024-05-22T12:41:02.9766667+00:00
Hari 6 Reputation points
edited the question 2024-05-22T12:42:32.2666667+00:00
Hari 6 Reputation points
1 answer

How to get ordering in events obtained from delta request

I am using Microsoft Graph API to access details about files in Sharepoint. I am using the delta query request to get the list of files updated since my last fetch. Couple of questions - If there is a file creation operation and then a delete operation…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,804 questions
SharePoint
SharePoint
A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
9,834 questions
asked 2024-05-21T16:13:15.9966667+00:00
User3 20 Reputation points
edited a comment 2024-05-22T11:41:53.65+00:00
User3 20 Reputation points
1 answer

Fetch the first element of a Collection attribute in the $select query in Graph API

I am trying to fetch some extension properties which are not default for User schema , here is a request and response format of a graph API. I need to get the response in the desired format what should be the modified query Request…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,804 questions
asked 2024-05-08T07:38:20.12+00:00
BANERJEE Biswarup 0 Reputation points
answered 2024-05-22T10:52:39.2233333+00:00
Hitesh Pachipulusu - MSFT 230 Reputation points Microsoft Vendor
2 answers One of the answers was accepted by the question author.

Effect of MC792991 Disablement of Symmetric keys for Microsoft Entra first-party applications Service Principals

Hello Team, Greetings! This is Joni.   Due to the Microsoft post as follows,  a partner need to address how this affects to end users' resources and workloads.  Disablement of Symmetric keys for Microsoft Entra first-party applications Service Principals…

Azure Key Vault
Azure Key Vault
An Azure service that is used to manage and protect cryptographic keys and other secrets used by cloud apps and services.
1,145 questions
Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,804 questions
PowerShell
PowerShell
A family of Microsoft task automation and configuration management frameworks consisting of a command-line shell and associated scripting language.
2,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.
19,810 questions
asked 2024-05-20T14:08:33.86+00:00
yulei0917 35 Reputation points
commented 2024-05-22T10:02:47.48+00:00
yulei0917 35 Reputation points
0 answers

How can I get the status of calculation request when using Workbook /calculate endpoint?

I am using the Microsoft Graph API endpoint /calculate for workbook recalculation, but it does not provide a way to poll for the status of the calculation asynchronously. After making a POST request to this endpoint, it initiates the calculation process…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,804 questions
SharePoint
SharePoint
A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
9,834 questions
Office Development
Office Development
Office: A suite of Microsoft productivity software that supports common business tasks, including word processing, email, presentations, and data management and analysis.Development: The process of researching, productizing, and refining new or existing technologies.
3,575 questions
Excel Management
Excel Management
Excel: A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.Management: The act or process of organizing, handling, directing or controlling something.
1,657 questions
asked 2024-05-21T08:36:06.9+00:00
Sankalp 0 Reputation points
edited the question 2024-05-22T08:18:56.05+00:00
Jiajing Hua-MFST 5,555 Reputation points Microsoft Vendor
1 answer

How to filter/query multiple messages with Microsoft Graph API

Hello ! I would like to filter / query on custom attributes on /messages I have an Azure mail server that allows me to retrieve received emails via Microsoft's Graph API. I would like to avoid retrieving all emails and instead only retrieve those…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,804 questions
asked 2024-05-21T12:20:42.2466667+00:00
Hda 0 Reputation points
answered 2024-05-22T07:50:26.86+00:00
Hda 0 Reputation points
1 answer

Graph API returns question marks for non ascii names

I am seeing an issue where the display name returned by the list rules API (https://learn.microsoft.com/en-us/graph/api/mailfolder-list-messagerules?view=graph-rest-1.0&tabs=http) is a string of question marks and spaces when the name of the message…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,804 questions
asked 2024-05-21T19:31:40.85+00:00
James Yeh 0 Reputation points
answered 2024-05-22T07:41:38.09+00:00
Vasil Michev 96,836 Reputation points MVP
1 answer

MS Graph API silent throttling

Hi there, Some of our requests to MS Graph API take very long, sometimes it's few seconds, sometimes it's >1 minute. Is it possible that MS Graph API throttles our requests silently without returning 429 responses? If so, can we bump up the…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,804 questions
asked 2024-01-30T12:31:40.5166667+00:00
Heorhii Teriaiev 60 Reputation points
commented 2024-05-22T07:14:41.63+00:00
Marek Kembrowski 0 Reputation points
1 answer

How to get user data from another microsoft teams user as administrator in microsoft graph

is it possible to get another user's data from microsoft graph as an administrator? like their chats, emails and basic info?

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,804 questions
asked 2024-05-22T02:47:59.64+00:00
Andrei Castro 0 Reputation points
answered 2024-05-22T05:29:24.8866667+00:00
Yakun Huang-MSFT 705 Reputation points Microsoft Vendor
1 answer One of the answers was accepted by the question author.

Graph apis for microsoft booking

Hi Team, Our scenario is to provide a meeting schedule feature for chatbot users. Users should be able to check whether the selected participant has any meeting at that same time. Can we use the below booking API's to book a meeting with a list of…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,804 questions
asked 2024-04-20T15:58:52.45+00:00
lakshmi 551 Reputation points
accepted 2024-05-22T05:22:43.5333333+00:00
lakshmi 551 Reputation points
0 answers

MSGraph Instability - Random 503, 400 errors and getting forcibly dropped

Hello, I have written a GraphAPI app that visits each directory in given users' Onedrive and reports statistics about the folders and files. It makes calls to the API asynchronously, but I have been careful to write it with throttling and usage limits…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,804 questions
SharePoint
SharePoint
A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
9,834 questions
asked 2024-05-21T16:12:03.1666667+00:00
Sean Dizazzo 0 Reputation points
commented 2024-05-22T02:04:01.64+00:00
Ling Zhou_MSFT 13,985 Reputation points Microsoft Vendor
0 answers

FieldValueSet select statement does not overcome lookup field limitation as per documentation

The documentation of FieldValueSet states "Up to 12 lookup fields may be requested in a single query. The server returns lookup values if your request includes a select statement with the fields you need". I understand this to mean that if my…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,804 questions
asked 2024-05-21T21:54:15.86+00:00
Matt Tebbs 0 Reputation points
edited the question 2024-05-21T22:02:19.4933333+00:00
Matt Tebbs 0 Reputation points
1 answer

Graph API Message Search - Problem with AND

The top param doesnt really matter because search only return 275 results max anyway, so ignore that aspect. If I remove everything from the AND statement onwards and just search for body, it works fine. However, I need the received date of the message…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,804 questions
asked 2024-04-19T13:28:37.5733333+00:00
Barone, Lou 56 Reputation points
commented 2024-05-21T21:57:53.5533333+00:00
Barone, Lou 56 Reputation points
6 answers

Microsoft Bookings - Remove Bookable Status

We have a client that users Bookings and he wants to remain an administrator and see appointments being scheduled but doesn't want his name appearing as an option when his clients are booking appointments. We have set all his availability to never so…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,804 questions
asked 2021-01-25T20:18:55.023+00:00
Bob Collier 21 Reputation points
commented 2024-05-21T20:53:53.9266667+00:00
sd995 0 Reputation points
2 answers

Need unique identifier of scheduleItem resource type

I would like to use the Microsoft Graph to view and modify calendar information. Unfortunately, the scheduleItem resource type does not contain the unique identifier of the item so there is no reliable way of matching them to the results from the…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,804 questions
asked 2024-05-08T20:30:55.42+00:00
Ryan 20 Reputation points
commented 2024-05-21T17:50:47.42+00:00
Ryan 20 Reputation points