Introduction:
The Microsoft Graph APIs exposes RESTful services. This makes it very flexible because REST is compatible with almost any modern platform programming languages. The exchange format is essentially in JSON and it can be encapsulated into the HTTPS transport security. The central point of Microsoft Graph is the concept of User, the authentication and authorization follow OAuth2.0 mechanism making the user and role management to be standard for developers
Graph explorer:
https://developer.microsoft.com/en-us/graph/graph-explorer
https://graphexplorer.azurewebsites.net/
News from ignite 2019:
https://developer.microsoft.com/en-us/office/blogs/ignite-2019-microsoft-graph-news/
Resources for MS graph API:
https://docs.microsoft.com/en-us/graph/security-concept-overview
https://github.com/microsoftgraph/security-api-solutions/tree/master/Samples/PowerShell
https://www.petri.com/exploring-office-365-graph-explorer
How to access Azure AD using Microsoft GRAPH:
Previous:
Example: How to list inactive AzureAD users using Graph API and Powerautomate ?
New MS graph API add-on for splunk: