Skip to main content

How To Connect Microsoft Email

If you have connection or permissions issues connecting your Outlook email to Stax.ai, check out this guide.

Andrew Flowers avatar
Written by Andrew Flowers
Updated over a week ago

How to Grant Microsoft Graph API Permissions to an App in Microsoft Entra ID (Azure AD)

Please pass this guide to your IT team or Microsoft Entra (Azure AD) administrator.

Required Permissions:


The following Microsoft Graph permissions need to be granted to the Stax.AI

Mail.ReadWrite

Mail.Send

Calendars.ReadWrite

Contacts.ReadWrite

Files.ReadWrite

User.ReadWrite

offline_access

openid

profile

email

Steps to Grant API Permissions in Microsoft Entra ID

  1. Log in to the Azure Portal

  2. Go to: https://portal.azure.com and log in with an administrator account.

  3. Open Microsoft Entra ID

    • In the left-hand sidebar, search for and select Microsoft Entra ID (formerly Azure Active Directory).

  4. Find the App Registration

    • Click “App registrations”.

    • Search for the app by name (or client ID).

    • Click the app name to open its configuration page.

  5. Navigate to API Permissions

    • In the app’s left-hand menu, click “API permissions”.

    • Click “+ Add a permission”.

  6. Add Microsoft Graph Permissions

    • Select Microsoft Graph.

    • Choose Delegated permissions

Use the search bar to find and check off each of the following:

Permission Name

Type

Mail.ReadWrite

Delegated

Mail.Send

Delegated

Calendars.ReadWrite

Delegated

Contacts.ReadWrite

Delegated

Files.ReadWrite

Delegated

User.ReadWrite

Delegated

offline_access

Delegated

openid

Delegated

profile

Delegated

email

Delegated

Click on "Add Permissions" once all are selected.

Grant Admin Consent

Back on the "API Permissions" page, click "Grant Admin Consent for [Your Organization]". Confirm when prompted.

Did this answer your question?