13,211 questions with Microsoft Graph-related tags

Sort by: Updated
1 answer

When I post message to channel using graph api, I can't see the message.

Hello everyone. Hope you are doing well. Currently, I am working on Microsoft API and going to send a message automatically using graph api. Here are reference links what I am using. …

Microsoft Teams
Microsoft Teams
A Microsoft customizable chat-based workspace.
10,896 questions
Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
13,211 questions
asked 2025-01-31T21:10:22.2333333+00:00
Daniel Camcho 20 Reputation points
commented 2025-03-08T18:27:10.5066667+00:00
Akhil Nasalwai - MSFT 740 Reputation points Microsoft External Staff
1 answer

How do I filter calendarView based on attendees?

How do I filter calendarView based on attendees? I want to do something similar to this: …

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
13,211 questions
asked 2025-03-06T09:11:24.9+00:00
Oskar Persson 40 Reputation points
commented 2025-03-08T18:25:18.1233333+00:00
Akhil Nasalwai - MSFT 740 Reputation points Microsoft External Staff
1 answer

Setting Co-Organizer for Events Using Microsoft Graph API

Is it possible to set a co-organizer for a recurring event using the Microsoft Graph API? The current process requires manual adjustments in the event options, which can be cumbersome. Any guidance on how to achieve this through the API would be…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
13,211 questions
asked 2025-03-06T22:11:32.53+00:00
Jack Gaunt 0 Reputation points
commented 2025-03-08T18:23:40.2566667+00:00
Akhil Nasalwai - MSFT 740 Reputation points Microsoft External Staff
1 answer

Set-MgUserLicense Error message

I have been trying to get Set-MgUserLicense to work for days now but every time I run this script I get this error message. Set-MgUserLicense : One or more parameters of the operation 'assignLicense' are missing from the request payload. The missing…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
13,211 questions
asked 2025-03-07T15:45:18.94+00:00
Kathryn Anderson 0 Reputation points
commented 2025-03-08T09:56:21.2666667+00:00
Anthony Borrow 0 Reputation points
0 answers

Rate Limiting on Subscription Service

Hello! We are building an app that retrieves subscriptions from your graph api, and we have been running into 429 errors on Subscription Service requests. On the docs, it looks like the rate limit is 25 requests every 20 seconds— is there a way to…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
13,211 questions
asked 2025-03-07T22:55:47.24+00:00
Tom Bachant 0 Reputation points
0 answers

401 Unauthorized when requesting Graph API /me/messages

I am facing an error whenever i send a GET request to the Graph API to the endpoints /me/contacts or /me/messages. It gives me the following response error: GET https://graph.microsoft.com/v1.0/me/messages net::ERR_ABORTED 401 (Unauthorized) I am using…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
13,211 questions
asked 2025-03-07T21:01:06.34+00:00
TheRealLambda 0 Reputation points
0 answers

Power BI report displaying licensing usage

I am looking to create a power bi report that to publish in a Microsoft team that will display license data from Entra ID, making it easier for IT staff to reference. How can I connect power bi to this data?

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
13,211 questions
asked 2025-03-07T20:25:59.5833333+00:00
Daniel Kaliel 1,271 Reputation points
0 answers

What are the service limits for Insights?

Hi, can someone help clarify the service limits for Insights? Is "10,000 API requests in a 10-minute period" per app, per tenant, per user or some other factor? https://learn.microsoft.com/en-us/graph/throttling-limits#insights-service-limits

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
13,211 questions
asked 2025-03-07T19:20:58.59+00:00
Jennifer 0 Reputation points
1 answer

Trying to use New-MgIdentityGovernanceAccessReviewDefinition and need to know the correct way to use AdditionalNotificationRecipients in -BodyParameter

I'm using New-MgIdentityGovernanceAccessReviewDefinition to create Access Reviews. All properties are defined in @param block and using -BodyParameter. I'm trying to use AdditionalNotificationRecipients but when I check the Access Review after executing…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
13,211 questions
asked 2023-11-09T10:36:25.4666667+00:00
James Hamilton 10 Reputation points
answered 2025-03-07T15:55:48.8766667+00:00
flatexDEGIRO Koberstein, Bernd 0 Reputation points
4 answers One of the answers was accepted by the question author.

Graph Drive GetItems Filter has no effect

Hi There When I use this query: https://graph.microsoft.com/v1.0/drives/DRIVEID/items?%24filter=name%20eq%20%27TEST%27 to filter my drive for items with name = TEST i get returned ALL items on my drive. This was did not behave like this before. What did…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
13,211 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,393 questions
asked 2024-12-18T18:32:32.6733333+00:00
Sidi_244 20 Reputation points
answered 2025-03-07T15:33:26.9166667+00:00
Martin Lingstuyl 1 Reputation point MVP
0 answers

Graph API not working in SPFX webpart for few tenants

In SPFx webpart trigger Graph call and got console error "Error: To view the information on this page, ask a global or SharePoint admin in your organization to go to the API management page in the new SharePoint admin center." and for one…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
13,211 questions
asked 2025-03-06T11:31:32.1933333+00:00
Ankush Dhingra 0 Reputation points
commented 2025-03-07T14:58:49.4+00:00
FrankEscarosBuechsel-MSFT 895 Reputation points Microsoft Employee
1 answer

Graph API: how to access a shared driveItem from an external tenant

Hi there, @DanstanOnyango-6080 I'm trying to share an Excel file to another tenant user using my M365 app. The procedure that I'm describing works fine inside my own tenant. In my example a user "stephan@Anonymous .loc" shares an…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
13,211 questions
asked 2021-02-22T18:46:50.923+00:00
Stephan Methner 121 Reputation points
commented 2025-03-07T14:55:59.69+00:00
Anatoli De Bradké 0 Reputation points
2 answers

How do you re-assign a primary user to an Intune device with the Graph API

We're struggling with finding a way to use the Graph API to re-assign a primary user to a device in Intune. We've built a custom loaning center application where we'd need to replace the primary user whenever a device is checked out so that the customer…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
13,211 questions
Microsoft Intune
Microsoft Intune
A Microsoft cloud-based management solution that offers mobile device management, mobile application management, and PC management capabilities.
5,569 questions
asked 2025-02-03T14:20:18.62+00:00
Samuel Tarr 0 Reputation points
commented 2025-03-07T14:54:50.04+00:00
Aleksandar Markovik 0 Reputation points Microsoft Employee
0 answers

How to ask OnlineMeetings.Read.All App scope on Graph ?

Hello, I got some troubles with this app scope. It seems that Graph does not accept granting the OnlineMeetings.Read.All App scope…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
13,211 questions
asked 2025-03-07T14:25:55.2733333+00:00
Arthaud Proust 25 Reputation points
edited the question 2025-03-07T14:26:57.2066667+00:00
Arthaud Proust 25 Reputation points
1 answer

Can't patch user identities despite permissions granted

I have an app registered on Azure AD and granted it User.ManageIdentities.All permission. I try to update the user's identities with patch request: PATCH https://graph.microsoft.com/v1.0/<tenant-id>/users/<user-id> added a…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
13,211 questions
Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
23,566 questions
asked 2022-12-20T09:29:04.57+00:00
Anna 26 Reputation points
commented 2025-03-07T13:34:30.49+00:00
Marc Rufer 45 Reputation points MVP
1 answer One of the answers was accepted by the question author.

Graph API FindMeetingTimes Not Working for accounts with specific time zone work hours

I am using Graph API FindMeetingTimes for my organization to getMeetingTimeSuggestions. It works for everyone in my organization except for those whose work hours are set in India Standard Time which is very strange. For accounts whose work hours are set…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
13,211 questions
asked 2025-03-06T19:19:22.2333333+00:00
Yeonju Park 20 Reputation points
accepted 2025-03-07T12:55:11.72+00:00
Yeonju Park 20 Reputation points
1 answer

eligibilityScheduleInstances endpoint not working as documented?

Hello, I am working with Microsoft Graph API and using Privileged Identity Management (PIM) for groups. I attempted to use the following endpoint: Privileged Access Group - List Eligibility Schedule Instances. The first GET request from the example in…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
13,211 questions
asked 2025-03-04T16:03:22.9533333+00:00
Marko Uljarevic 25 Reputation points
commented 2025-03-07T11:45:16.6333333+00:00
Marko Uljarevic 25 Reputation points
0 answers

How to list/download file blocked by DLP?

Hello. I am developing an application that uses Graph API SDK. The application uses the oauth application access. I am trying to download through Microsoft Graph SDK an evidence file which was blocked by Microsoft DLP. So my need is to download files…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
13,211 questions
asked 2025-03-07T11:06:48.05+00:00
Zbig 0 Reputation points
edited the question 2025-03-07T11:11:44.35+00:00
Zbig 0 Reputation points
1 answer

Granting Recording Access to Other Users in Microsoft Teams Meeting via Graph API

Hi, I am trying to create a Microsoft Calendar event using the Microsoft Graph API. However, after joining the meeting, only the organizer has the option to record it. I need to grant recording access to certain users from the same organization so…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
13,211 questions
asked 2025-03-07T06:11:36.0166667+00:00
Bharath Ganamaneni 0 Reputation points
commented 2025-03-07T11:11:06.7166667+00:00
Bharath Ganamaneni 0 Reputation points
0 answers

MailboxConcurrency

Hi ! I'm using Graph API to list emails using batching. I'm trying to handle correctly throttling errors of MailboxConcurrency. I've noticed in my logs some occurences where I'm still getting this error even when I apply a retry of only 1 concurrent…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
13,211 questions
asked 2025-03-07T11:00:04.8166667+00:00
geoffrey rannou 1 Reputation point