Skip to content

Implementation issues and considerations

ronan edited this page Jul 27, 2021 · 1 revision

Permissions

When working with any of the Microsoft Graph API methods, check the permissions required to execute the chosen request. These permissions are specified at the beginning of each of the API reference pages.

There are 3 types of permissions related to the type of Microsoft account that granted access to the application, these will have varying levels of access depending on the method:

  • Delegated (work or school account)
  • Delegated (personal Microsoft account)
  • Application

Depending on the type of account, different access scopes need to be granted. For a full list of application permissions and scopes, see Microsoft Docs - Permissions Reference.

Clone this wiki locally