About 96 results
Open links in new tab
  1. 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 …

  2. 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 …

  3. 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

  4. 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.

  5. 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.

  6. 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 …

  7. 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 …

  8. 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 …

  9. 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 …

  10. 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: …