Is there a test Microsoft graph API ?

Jason Melet 1 Reputation point
2021-03-04T15:22:10.377+00:00

Hello,

I have to develop an application that uses the Microsoft graph API.

Does a test API exist because I don't want to test on the Production API?

Thanks for help !

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,662 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Nandeesh Swami-MSFT 1 Reputation point Microsoft Employee
    2021-04-01T13:58:19.013+00:00

    Hi Jason,

    You can use Micrsoft-365 program to get the right graph query. You can add test users, sharepoint site and more . You can avail this at https://developer.microsoft.com/en-US/microsoft-365/dev-program

    Once you sign up, you can login to Graph Explorer and try it.
    https://developer.microsoft.com/en-us/graph/graph-explorer

    This can be utilized for 92 days.

    For utilizing Graph api in an application how ever, you will need to register an app and get the Client ID and secret to get the token which is needed to utilize graph API, if you are looking to create a test scenario for this then you may have to create 1 yourself. You will need an additional test tenant to try this.

    Let me know if you have any further queries.

    0 comments No comments