Jan 20 2021 03:12 PM
We're currently building an API in Mulesoft to update our Azure AD with new and updated user information from our HR system. Is there any documentation or a repository with the JSON schema for the different objects that the Microsoft Graph API works with. I've looked on the internet and GitHub, but have come up empty so far. We're currently using responses from the graph explorer to infer the schema, but I'm sure there is a better/more accurate way to find this. The preference would be to find the object schemas in Swagger 2.0 or 3.0 or better yet, RAML, but I'll take what I can get at this point.
Jan 21 2021 12:55 AM
SolutionYou can fetch the metadata document from https://graph.microsoft.com/{version}/$metadata