13,694 questions with Microsoft Graph-related tags

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

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
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
13,694 questions
PowerShell
PowerShell
A family of Microsoft task automation and configuration management frameworks consisting of a command-line shell and associated scripting language.
2,972 questions
asked 2023-04-18T15:21:45.7966667+00:00
EnterpriseArchitect 6,021 Reputation points
commented 2025-06-18T18:48:56.2533333+00:00
Magno Santos 0 Reputation points
1 answer

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
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
13,694 questions
asked 2025-01-10T07:55:59.1333333+00:00
Delmar Kit 30 Reputation points
commented 2025-06-18T14:19:51.48+00:00
JOE JONAS VOGEL 0 Reputation points
0 answers

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
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
13,694 questions
asked 2025-06-18T13:57:29.3333333+00:00
Flourish 0 Reputation points
0 answers

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
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
13,694 questions
asked 2025-06-18T13:54:15.5666667+00:00
srishty patel 0 Reputation points
1 answer

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
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
13,694 questions
asked 2025-06-11T15:58:47.4866667+00:00
Test Oauth 0 Reputation points
commented 2025-06-18T13:09:09.41+00:00
PRATIK JADHAV 165 Reputation points Microsoft External Staff Moderator
1 answer

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
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
13,694 questions
asked 2025-06-18T10:06:50.8166667+00:00
Dinesh Yadav 20 Reputation points
answered 2025-06-18T11:50:55.32+00:00
Mark Dicks 565 Reputation points
1 answer

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
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
13,694 questions
asked 2025-06-13T03:55:49.24+00:00
Heena Tagree 5 Reputation points
edited an answer 2025-06-18T11:36:07.65+00:00
Rukmini 3,741 Reputation points Microsoft External Staff Moderator
1 answer One of the answers was accepted by the question author.

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
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
13,694 questions
asked 2025-06-18T06:00:32.85+00:00
Alexander K 0 Reputation points
accepted 2025-06-18T09:40:38.3333333+00:00
Alexander K 0 Reputation points
0 answers

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
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
13,694 questions
asked 2025-06-11T12:33:17.27+00:00
EHRENWORTHADAM-6574 5 Reputation points
commented 2025-06-18T09:20:38.8733333+00:00
Sampath 3,740 Reputation points Microsoft External Staff Moderator
0 answers

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
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
13,694 questions
asked 2025-06-18T05:28:09.5633333+00:00
Carlos Ruiz del Vizo 0 Reputation points
0 answers

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
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
13,694 questions
asked 2025-06-16T11:32:26.7833333+00:00
Thakur, Saumya 20 Reputation points
commented 2025-06-18T04:27:25.6+00:00
Rukmini 3,741 Reputation points Microsoft External Staff Moderator
1 answer

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
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
13,694 questions
asked 2025-05-21T12:49:35.22+00:00
Zach Howard 0 Reputation points
commented 2025-06-18T03:59:08.1766667+00:00
Akhil Nasalwai - MSFT 1,685 Reputation points Microsoft External Staff
0 answers

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
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
13,694 questions
asked 2025-06-17T19:40:53.6533333+00:00
Jocelino Mendes da Silva Júnior 0 Reputation points
1 answer One of the answers was accepted by the question author.

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 Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
13,694 questions
Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
25,015 questions
asked 2023-05-10T18:44:16.92+00:00
Shiva Naru 20 Reputation points Microsoft External Staff
commented 2025-06-17T19:03:12.6333333+00:00
Suresh, Vivek 0 Reputation points
0 answers

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
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
13,694 questions
asked 2025-06-05T08:16:05.2666667+00:00
Ron Farkash 0 Reputation points
edited the question 2025-06-17T15:44:18.3133333+00:00
Ron Farkash 0 Reputation points
1 answer

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
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
13,694 questions
asked 2025-06-09T12:56:00.0333333+00:00
teko 20 Reputation points
commented 2025-06-17T14:58:03.52+00:00
Mohan Joshi-MSFT 665 Reputation points Microsoft External Staff
1 answer

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
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
13,694 questions
asked 2024-07-02T13:20:31.4233333+00:00
Viktor Meglenovski 10 Reputation points
edited a comment 2025-06-17T13:07:55.96+00:00
Dennis Johnston 0 Reputation points
1 answer

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
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
13,694 questions
asked 2025-06-16T16:27:18.28+00:00
Heena Tagree 5 Reputation points
answered 2025-06-17T11:34:13.68+00:00
Carolyne-3676 296 Reputation points
1 answer

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
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
13,694 questions
asked 2025-04-30T14:08:20.1133333+00:00
Wojciech Franczyk 10 Reputation points
answered 2025-06-17T11:20:47.32+00:00
Wojciech Franczyk 0 Reputation points
1 answer

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…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
13,694 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.
3,685 questions
asked 2025-02-07T10:39:21.1433333+00:00
Ad van den Berg 61 Reputation points
commented 2025-06-17T07:14:44.01+00:00
Ad van den Berg 61 Reputation points