Skip to content

Latest commit

 

History

History

Microsoft_Graph_API

Microsoft Graph API related tips and tricks

You can use these url examples in Graph Explorer: https://developer.microsoft.com/en-us/graph/graph-explorer

or with Powershell Cmdlet: Invoke-MSGraphRequest -Url $url -HttpMethod 'GET'

Web links

Check urls from file Microsoft Graph API urls.ps1