How can I prevent getting prompted multiple times when executing Microsoft Graph Powershell script ?
How do I avoid being prompted multiple times when running the Microsoft Graph Powershell script? Connect-MgGraph -Scopes Reports.Read.All, User.Read.All, UserAuthenticationMethod.Read.All Select-MgProfile…
Microsoft Graph
PowerShell

Why am I not able to access Premium Plans over Graph API?
Hello. I try to access a premium plan in Microsoft Planner over Graph API. But the get Plan with correct Plan ID gives me back a "requested item is not found". If I search for Plans contained in a group, no premium plan is found only basic…
Microsoft Graph
Graph Calendar API returning 500 when trying to creating an event
I am trying to add an event to a calendar using the graph API, my code was working 2 months ago but it has now stopped working, I am unsure exactly when it stopped working as I have not run it for a while. I am getting a 500 "An internal server…
Microsoft Graph
Create Calendar API not working Properly-Internal server error Response received Even if calendar created in account
HI , I'm creating new calendar using calendars below API https://graph.microsoft.com/v1.0/me/calendars I created calendar name with srushti1 . as request body when run this query on Graph API explorer it is sending 500 -Internal server response. But…
Microsoft Graph
Microsoft Graph API: Event Creation Not Generating MS Teams Link
We are experiencing an issue with the Microsoft Graph API endpoint https://graph.microsoft.com/v1.0/me/calendars/{calendarID}/events. When creating a new event and specifying both "isOnlineMeeting": true and "onlineMeetingProvider":…
Microsoft Graph
Which HTTP method is used to update a resource with new values?
Microsoft Certified: Azure Developer Associate - Exam AZ-204 There is a question in the Learning Path 6 (Module 4) in the module assessment: Which HTTP method is used to update a resource with new values? And the correct answer for this is shown as…
Microsoft Graph
Adding a category to an email using GraphAPI, understanding outlookCategory deprecated impact
Hi Team, We wish to create, update, delete categories for emails in our application that uses Microsoft Graph API. We found this document for the same : https://learn.microsoft.com/en-us/graph/api/resources/outlookcategory?view=graph-rest-1.0 …
Microsoft Graph
ErrorInternalServerError When Calling GET /me/calendars via Graph Explorer
Hello, I’m trying to retrieve my Outlook calendars by sending the following request in Graph Explorer: GET https://graph.microsoft.com/v1.0/me/calendars (or via the Graph Explorer URL:…
Microsoft Graph
Graph API for updating People Picker Field
I am submitting the following body for a Graph API call to update a record in a SharePoint list. It is returning a 200 result but the People Picker Field "Name" is not updating. "{ ""Name"" : 23, …
Microsoft Graph
Not getting meeting link in response
I'm using this API to generate microsoft teams meeting, use below API event is successfully generated on calendar but not getting meeting url in response. POST https://graph.microsoft.com/v1.0/me/events Prefer: outlook.timezone="Pacific Standard…
Microsoft Graph
How to perform authorization code flow in my Typescript module with no access to the actual web application source?
Hello, So, I wish to include the Authorization Code Flow of Microsoft Graph in my application's module's source code. I went through the reference: https://learn.microsoft.com/en-us/graph/auth-v2-user?tabs=http and I understood the process but the…
Microsoft Graph
Does the pricing for getAllMessages/delta endpoints include a $0.00075 per message retrieval cost?
Hi there, I understand the delta API is not a metered API (having read this article:…
Microsoft Graph
Error "Unexpected instance annotation name" while trying to update plannerExternalReference
Hi! I am trying to update the plannerExternalReferences of a set of planners that I have access to but I am struggling with this error when I call the requests.patch: "The request is invalid:\r\nAn unexpected instance annotation name xxxxxxx was…
Microsoft Graph
Does a token generated using ADAL to call our custom APIs, work even after AD Graph is deprecated - (which as of now is June 30, 2023)?
We are using ADAL library's AuthenticationContext object to acquire token. The "Authority" we are using is "login.microsoftonline.com/{tenant-Id}. The token is then used to call our custom APIs, not Azure AD API. I know that ADAL is being…
Microsoft Graph
Microsoft Entra ID
MS Graph API: High Frequency of Unique Error Responses During User and Chat Operations
Hello, in the past few months I have used the MS Graph API extensively, that included fetching users, managing various resources' change notifications, fetching chats, events, online meetings, adding and removing applications to chats, and more. the…
Microsoft Graph
Graph api createUploadSession returns 401 on uploadUrl
Hello Microsoft Support, Since 4 June 2025 (≈ 08:00 CEST) all large-file uploads via Microsoft Graph have been failing. createUploadSession still returns 200 with an uploadUrl, but the first PUT to that URL returns 401 Unauthorized even when no…
Microsoft Graph
Restrict Azure Application to have access only to one specific SharePoint List
Hello, I am trying to restrict the access of an Azure Application to one specific SharePoint list from one specific SharePoint site. I have an Azure Application which has Application permissions for Sites.Selected and the new…
Microsoft Graph
Adding a category to an email using GraphAPI, understanding outlookCategory deprecated impact
Hi Team, We wish to create, update, delete categories for emails in our application that uses Microsoft Graph API. We found this document for the same : https://learn.microsoft.com/en-us/graph/api/resources/outlookcategory?view=graph-rest-1.0 However, it…
Microsoft Graph
Microsoft Graph api doesn't create viva engage community
Hi, I have created custom connector to create and manage viva engage communities based on microsoft documentation. App registration have permissions listed in documentation and using it I can get list of communities, edit them (change name, description,…
Microsoft Graph
How to fix a missing SharePoint Online Client Extensibility Web Application Principal Helper app registration in your tenant?
One of our customers is missing the SharePoint Online Client Extensibility Web Application Principal Helper app registration in Microsoft Entra. The SharePoint Online Client Extensibility Web Application Principal however is available. Now Authorization…