Troubleshoot your Graph API calls with Postman
When you try to optimize your Graph API calls, don't know what exactly the error is or even if you want to have a nice view for the results you…
0 Comments
May 23, 2021
When you try to optimize your Graph API calls, don't know what exactly the error is or even if you want to have a nice view for the results you…
With the Graph API, Microsoft offers us a huge possibility to retrieve, send, change, create and delete things in the tenant. In this post I will describe how to use the Graph API with PowerShell and how to handle the data.
At a glance https://graph.microsoft.com/v1.0/serviceprincipals = queries enterprise applications and all of the properties https://graph.microsoft.com/v1.0/applications = queries app registrations What are the differences? When you query the two endpoint you will…