Graph Batch Endpoint

This is only a small blog post but maybe for most of you very helpful especially if you work a lot with Microsoft Graphs. Often the problem is you want to run multiple calls and then you have to loop through the single items or have a long line of calls.

During writing another blog post, I found out that there is a batch endpoint for MS Graph. In this blog, I will show you how you can use it and give you also an example script.

Read More »