
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 …
Action required: Azure AD Graph API retirement | Microsoft …
Dec 5, 2024 · Apps can’t make requests to Azure AD Graph APIs after February 1, 2025 – unless you take action to postpone the impact.
How to overcome the limit of records returned in Microsoft Graph?
May 6, 2020 · Instead of setting massive page sizes, you should iterate through the paged data returned by Graph. This process is outlined in Paging Microsoft Graph data in your app. For example, using …
Get all user properties from Microsoft graph - Stack Overflow
37 That's the normal behaviour of Graph API, see documentation here and this extract: This operation returns by default only a subset of the more commonly used properties for each user. These default …
Microsoft Graph API and SharePoint files permissions
Nov 3, 2022 · Microsoft Graph API and SharePoint files permissions Asked 3 years, 2 months ago Modified 1 year, 1 month ago Viewed 6k times
Send email using Microsoft Graph API from shared mailbox using azure ...
Jan 18, 2023 · Use system managed identity as authentication for graph api. Refer this link for managed identity for graph API. Grant system-assigned identity of logic app as Send AS permission for shared …
Threat hunting with Microsoft Graph activity logs
Sep 3, 2024 · Learn about threat hunting through Microsoft Graph API activity logs, with KQL queries to boost your investigation.
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 the Microsoft Purview Audit Search Graph API | Microsoft ...
Apr 19, 2024 · The Microsoft Audit Search Graph API is designed to provide a more efficient and reliable way to search audit logs, making it easier for customers and partners to monitor and investigate …
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: …