
Search and Purge using Microsoft Graph eDiscovery API
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.
Action required: Azure AD Graph API retirement
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.
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.
Microsoft Graph API and SharePoint files permissions
Nov 3, 2022 · Microsoft Graph API and SharePoint files permissions Asked 3 years, 1 month ago Modified 1 year ago Viewed 6k times
Support Tip: Getting Started with Microsoft Graph API
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.
Graph API integration for SaaS developers
Jan 26, 2024 · In this sample, we synchronize users and groups from Graph API into our SaaS app local storage (Cosmos DB in our case). Users and groups are synchronized from customers' tenants …
I am trying to get all the applications installed on all the devices ...
Feb 3, 2023 · 4 I am trying to get all the applications installed on all the devices ios,ipad,iphone,android and windows devices using microsoft graph API.
How to Assign Role to New User with Graph API - Stack Overflow
Jun 24, 2024 · Note this applies if you are calling Graph API on behalf of a user; if you wanted to do this with only application credentials, it'd require the application permissions with same names (instead of …
Important update: Azure AD Graph API retirement
Apr 1, 2024 · In June 2023, we shared an update on the completion of a three-year notice period for the deprecation of the Azure Active Directory (Azure AD) Graph API service. This service is now in the …
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 …