Remove user consent for Graph Explorer or Command Line Tools
Understanding User Consent for Microsoft Graph API Access Microsoft provides several ways to interact with the Microsoft Graph API, as outlined in their SDK overview. While many of these methods are designed for software developers, administrators often interact with the API through the Microsoft Graph Command Line Tools for scripting, or the Graph Explorer for learning and investigating the API.
These tools use a method known as user-delegated authorization, where a cloud application provided by Microsoft acts as an intermediary between the user’s account and the Microsoft Graph API.