> For the complete documentation index, see [llms.txt](https://developers.make.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developers.make.com/white-label-documentation/install-and-configure-apps/microsoft/connections-and-permission-reference.md).

# Connections and permission reference

The following chart contains the app alias, connection alias, required permissions, and Microsoft API for each Microsoft app in Make.

<table data-full-width="true"><thead><tr><th>Make app name</th><th width="148">App alias</th><th width="230">Connection alias</th><th>Required permissions</th><th>Name of Microsoft API</th></tr></thead><tbody><tr><td>Microsoft 365 Email</td><td><code>microsoft-email</code></td><td><p><code>azure</code></p><p><code>microsoft-smtp-imap</code></p></td><td><p><code>email</code></p><p><code>Mail.Read</code></p><p><code>Mail.Read.Shared</code></p><p><code>Mail.ReadWrite</code></p><p><code>Mail.Send</code></p><p><code>offline_access</code></p><p><code>openid</code></p></td><td>Microsoft Graph</td></tr><tr><td>Microsoft 365 Excel</td><td><code>microsoft-excel</code></td><td><code>azure</code></td><td><p><code>Files.Read.All</code></p><p><code>Files.ReadWrite</code></p><p><code>offline_access</code></p><p><code>User.Read</code></p></td><td>Microsoft Graph</td></tr><tr><td>OneDrive</td><td><code>onedrive</code></td><td><code>azure</code></td><td><p><code>Files.Read.All</code></p><p><code>Files.ReadWrite.All</code></p><p><code>Group.Read.All</code></p><p><code>Group.ReadWrite.All</code></p><p><code>offline_access</code></p><p><code>User.Read</code></p><p><code>Sites.Read.All</code></p><p><code>Sites.ReadWrite.All</code></p></td><td>Microsoft Graph</td></tr><tr><td>Microsoft 365 Calendar</td><td><code>microsoft-calendar</code></td><td><code>azure</code></td><td><p><code>Calendars.Read</code></p><p><code>Calendars.ReadWrite</code></p><p><code>offline_access</code></p><p><code>Sites.Read.All</code></p><p><code>Sites.ReadWrite.All</code></p><p><code>User.Read</code></p></td><td>Microsoft Graph</td></tr><tr><td>Microsoft SharePoint Online</td><td><code>microsoft-sharepoint</code></td><td><code>azure</code></td><td><p><code>Files.Read.All</code></p><p><code>Files.ReadWrite.All</code></p><p><code>offline_access</code></p><p><code>Sites.Read.All</code></p><p><code>Sites.ReadWrite.All</code></p><p><code>User.Read</code></p></td><td>Microsoft Graph</td></tr><tr><td>Microsoft To Do</td><td><code>microsoft-to-do</code></td><td><code>azure</code></td><td><p><code>email</code></p><p><code>MailboxSettings.Read</code></p><p><code>offline_access</code></p><p><code>openid</code></p><p><code>profile</code></p><p><code>Tasks.Read</code></p><p><code>Tasks.ReadWrite</code></p><p><code>User.Read</code></p></td><td>Microsoft Graph</td></tr><tr><td>Microsoft 365 People</td><td><code>microsoft-people</code></td><td><code>azure</code></td><td><p><code>Contacts.Read</code></p><p><code>Contacts.ReadWrite</code></p><p><code>offline_access</code></p><p><code>User.Read</code></p></td><td>Microsoft Graph</td></tr><tr><td>OneNote</td><td><code>onenote</code></td><td><code>azure</code></td><td><p><code>Notes.Create</code></p><p><code>Notes.Read.All</code></p><p><code>Notes.ReadWrite</code></p><p><code>Notes.ReadWrite.All</code></p><p><code>offline_access</code></p><p><code>User.Read</code></p></td><td>Microsoft Graph</td></tr><tr><td>Microsoft 365 Planner</td><td><code>microsoft-planner</code></td><td><code>azure</code></td><td><p><code>Group.Read.All</code></p><p><code>Group.ReadWrite.All</code></p><p><code>offline_access</code></p><p><code>User.Read.All</code></p></td><td>Microsoft Graph</td></tr><tr><td>Microsoft Power BI</td><td><code>microsoft-power-bi</code></td><td><code>azure</code></td><td><p><code>App.Read.All</code></p><p><code>Capacity.ReadWrite.All</code></p><p><code>Dataset.Read.All</code></p><p><code>Dashboard.ReadWrite.All</code></p></td><td>Power BI Service</td></tr><tr><td>Microsoft Dynamics 365 - CRM</td><td><code>microsoft-dynamics-365-crm</code></td><td><code>azur</code>e</td><td><p><code>email</code></p><p><code>offline_access</code></p><p><code>openid</code></p><p><code>profile</code></p><p><code>{host}./default</code></p></td><td>Microsoft Graph</td></tr><tr><td>Active Directory</td><td><code>active-directory</code></td><td><code>azure</code></td><td><p><code>Group.Read.All</code></p><p><code>Group.ReadWrite.All</code></p><p><code>offline_access</code></p><p><code>User.Read.All</code></p><p><code>User.ReadWrite.All</code></p></td><td>Microsoft Graph</td></tr><tr><td>Microsoft Power Automate</td><td><code>microsoft-power-automate</code></td><td><code>azure</code></td><td><p><code>offline_access</code></p><p><code>openid</code></p><p><code>{prefix}/user_impersonation</code></p></td><td>Microsoft Graph</td></tr></tbody></table>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://developers.make.com/white-label-documentation/install-and-configure-apps/microsoft/connections-and-permission-reference.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
