Office 365 Developer : Required permissions/plans for an Office 365 account to access using Office 365 REST APIs
Are you an Office 365 developer and want to use Office 365 APIs such as mail, contacts, calendar, and files to access then you need to have the following permissions/part of plans:
Permissions: To access you need to have an Office 365 business account with global administrator privileges.
Plans: Also this can be one of the following plans:
Office 365 Midsize Business
Office 365 Enterprise E1, E3, E4, E5 or K1
Office 365 Education A2, A3, or A4
Office 365 Developer
If you don’t have the above, then you will get an error when you try to connect with Visual Studio (using Office 365 Tools > Add > Connected Service).
Hope this helps.
Comments
Anonymous
February 02, 2016
Hi Deva, is there an API to to get SEND event callback when an email is being sent from 0365?Anonymous
February 04, 2016
Hi Venky, If you're talking with specific to Outlook UI or Outlook add-in specific then you can hook to Application_ItemSend() event. Here is the documentation for it - msdn.microsoft.com/.../ff865076.aspxAnonymous
February 04, 2016
If you look for Office 365 REST API specific then, you can make use of Outlook Notifications REST API (and this based on REST API) msdn.microsoft.com/.../notify-rest-operations you need to subscribe to an event it to get the notifications whenever it occurs.