Partilhar via


New interactive documentation for Azure AD Graph API

Folks,

We wanted to point your attention to some great new documentation for Graph API that we've just lit up on MSDN here: https://msdn.microsoft.com/en-us/Library/Azure/Ad/Graph/api/api-catalog.  Now you can interactively try out some of our operations (currently only on user and group entities, and the "me" alias) and see the requests and responses inline, right there within the online documentation!

What's more, you can even get code snippets for the operation in your favorite language.  cURL anyone?

We've also moved our reference documentation to this new documentation platform, making it easier to see all of our entities and complex types all in one place.

We hope you like this change, and we'll be adding more operations entries for our other entities over time.  Please let us know what you think!

Comments

  • Anonymous
    May 12, 2015
    Very thankful for this. It was really go from one site to another just to complete a certain task.www.jcombalicer.com
  • Anonymous
    June 27, 2015
    Nice...In addition to showing how to call the URLs directly, would it be possible to show an example of call it using the Azure AD Graph Client Library?For example I am having issues calling "graph.windows.net/me using the library. Calling it directly works fine.Calling something like: IUser usr = adClient.Me.ExecuteAsync().Result;hangs infinitely.