Skip to content

You can test Office 365 API, Microsoft Graph and Office 365 Management Activity API easily.

License

Notifications You must be signed in to change notification settings

wellbha/Office365APIEditor

 
 

Repository files navigation

Office365APIEditor

You can test Office 365 API, Microsoft Graph, Office 365 Management Activity API and Azure Resource Manager API easily.

Download options

Download Office365APIEditor from releases page.

Features

Click on the image below to see the introduction video.
Watch a video on YouTube

Mailbox Viewer mode

You can browse your mailbox contents such as folders, items, and mailbox properties using Outlook REST API.

Editor mode

  • You can send requests to APIs such as Microsoft Graph. We support following endpoints.

    • graph.microsoft.com (Microsoft Graph)
    • outlook.office.com (Office 365 API - Outlook REST API)
    • manage.office.com (Office 365 Management Activity API)
    • management.azure.com (Azure Resource Manager API)
  • In addition to the built-in application ID, you can also use the application ID that you have registered in the Azure Active Directory to acquire an access token.

Prerequisites

You need the following to work with Office365APIEditor:

  • An Office 365 account or a Microsoft Account
  • Microsoft .NET Framework 4.5 or later
  • A minimum screen resolution of 1024 x 768

You don't have to register your application in the Azure Active Directory or Application Registration Portal if you want to use the built-in application ID.

You can use both managed accounts and federated accounts as Office 365 accounts. But it is recommended to use managed accounts to simplify the authentication flow. If you are using AD FS in your organization, you might need to be enabled Forms Authentication to use federated accounts, because Office365APIEditor always send prompt=login and you need to type the user name on the authentication form.

Command-line switches

Switch Description
/ResetSettings Reset all user settings.
/RemoveHistory Remove all request and response history.
/ResetCustomDefinedScopes Reset all custom defined scopes.
/EnableSystemLogging Enable system logging.

Feedback

If you have any feedback, please post on the Issues list.


This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.

About

You can test Office 365 API, Microsoft Graph and Office 365 Management Activity API easily.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 99.8%
  • Other 0.2%