Get startedGet started for free

Microsoft Graph explorer's quick tour

1. Microsoft Graph explorer's quick tour

Let’s begin by opening Microsoft Graph Explorer. You can do that by simply visiting: https://aka.ms/ge in your browser. Once it opens, you’ll see this interface, this is where we’ll spend the next couple of minutes getting familiar with how it works. So, what exactly is Graph Explorer? It’s a developer tool that lets you explore and test Microsoft Graph APIs interactively. Think of it as a playground where you try out queries, view responses, and learn how Microsoft Graph works, all from our browser. Let’s walk through the interface now. At the top-left, there’s this dropdown with GET selected, this is where you choose the HTTP method. It can be GET, POST, PATCH, or others depending on whether you are fetching, creating, or updating data. Next to it, we have the version dropdown. It is usually set to v1.0, which is the stable, production version of the API. You can switch to beta if you're experimenting with new or preview features. Then there’s the API URL box, this is where you enter the endpoint you want to query. And next to it, we have the Run Query button click it to execute the request and see the response. On the left-hand side, you’ll find a list of Sample Queries. These are predefined examples, clicking on one of them automatically fills in the method, URL, and request body if needed. It saves time and helps you learn common operations without starting from scratch. Now here’s something cool, even if we don’t sign in, we can explore a sample tenant and see mock data. But if you sign in, you’ll get access to your own Microsoft 365 data, like your profile, messages, calendar events, and more all based on your permissions. Let’s try one. We’ll click on the “my profile” sample query. Click Run Query, and just below, we get the response preview. It shows details like name, user ID, and email from the signed-in profile. And that’s your quick tour of Microsoft Graph Explorer, a great way to explore, experiment, and build with Microsoft Graph.

2. Let's practice!

Create Your Free Account

or

By continuing, you accept our Terms of Use, our Privacy Policy and that your data is stored in the USA.