GraphAPI
Query Format:
GraphURL (Static) | Version (v1.0 or Beta) | Specific entity type/resource, such as users, groups, devices, etc. | Optional Odata query arguments: $filter, $top
https://graph.microsoft.com/v1.0/users?$filter=userPrincipalName eq 'bob@tenant.onmicrosoft.com'
Docs:
https://developer.microsoft.com/en-us/graph/docs/api-reference/beta/resources/intune_graph_overview
Graph Explorer:
https://developer.microsoft.com/en-us/graph/graph-explorer
Other: https://developer.microsoft.com/en-us/graph/docs/api-reference/beta/beta-overview https://developer.microsoft.com/en-us/graph/docs/concepts/v1-overview https://blogs.technet.microsoft.com/intunesupport/2016/10/04/using-the-microsoft-graph-api-to-access-data-in-microsoft-intune/ https://365lab.net/2017/01/03/create-simple-powerbi-reports-for-intune-through-the-microsoft-graph/