
Creating Custom Intune Reports with Microsoft Graph API | Microsoft ...
Jul 10, 2025 · Unlock Custom Intune Reporting with Graph API + Power BI to generate a Windows 365 Dashboard with your data. Systems administrators often need to be able to report on data that is not …
Do you use Microsoft Graph? Have you used the Microsoft Graph SDK
Feb 23, 2023 · The Microsoft Graph SDKs are currently available for the following languages: C# PowerShell TypeScript | JavaScript Java Go PHP Python (preview) Starting to Build your first Graph …
Using Graph API to assign roles to logic app managed identity ...
Apr 27, 2025 · In this article, we will use the Graph API to assign roles to logic app managed identity. Previous document are mostly use powershell, here is a simply guide with Graph API
Support Tip: Getting Started with Microsoft Graph API | Microsoft ...
Mar 11, 2019 · This post discusses Graph API, how to set it up, and shows how you can use existing code samples to build a custom app.
Search and Purge using Microsoft Graph eDiscovery API | Microsoft ...
Jul 7, 2025 · With the eDiscovery Graph API, you have the option to create the case, create a search, generate statistics, create an item report and issue the purge command all from the Graph API.
Introducing Teams Q&A export API on Microsoft Graph Beta
Jul 21, 2025 · We are thrilled to announce the availability of the Teams Q&A Export API in Microsoft Graph Beta: Use the Microsoft Graph API to work with Microsoft Teams. It enables programmatic …
Graph API access for specific users - Stack Overflow
Mar 12, 2025 · My end goal is to give select users access to Graph, but only with the API permissions I dictate. We need to be able to see which user is performing a specific action when we look at the …
Graph API - how to avoid throttling
Jan 26, 2024 · Graph API shadowing sample for users & groups Now that you gained a better understanding of what can be done to avoid throttling, it's a good time to have a look at the sample …
Microsoft Graph Fundamentals now on Microsoft Learn
Mar 31, 2021 · Microsoft Graph helps you take advantage of a secured, unified API that can be used to connect applications to data located in various Microsoft 365 services. Developers can get started …
Get my user's information using MS Graph API - Stack Overflow
Jan 26, 2021 · I'm trying to get my information using the Graph API SDK for C# (the idea is the application running without user interaction), as shows code sample below: …