Microsoft Graph

Follow the steps below to add Microsoft Graph API permissions.

  1. Select API permissions from the left pane of the app registrations overview page.

  2. Click on Add a permission. A menu titled Request API permissions will appear on the right side.

  3. Click on Microsoft Graph.

  4. Click on Delegated permissions.

  5. Scroll to the bottom to the Directory and User sections and expand the drop-down menu.

  6. Select the permissions detailed below:

  • Directory -> Directory.Read.All

  • User -> User.Read

  • User -> User.ReadBasic.All

  1. Click on Add permissions to confirm the changes.

Last updated