how to add "Mail.ReadWrite" permission in user consent for this app "Make"?

Yan Li 0 Reputation points
2026-04-17T03:42:54.19+00:00

Capture1111.JPG

how to add "Mail.ReadWrite" permission in user consent for this app "Make"?

Microsoft Security | Microsoft Graph
0 comments No comments

2 answers

Sort by: Most helpful
  1. Vasil Michev 127.6K Reputation points MVP Volunteer Moderator
    2026-04-17T06:07:27.31+00:00

    You can add consent on behalf of specific user(s) via Graph API/PowerShell, check this article for detailed instructions: https://michev.info/blog/post/6080/how-to-manage-entra-id-delegate-permissions-for-specific-users

    If you want to add tenant-wide consent instead, use the AllPrincipals value.

    Was this answer helpful?

    0 comments No comments

  2. AI answer

    2026-04-17T03:43:05.27+00:00

    Mail.ReadWrite is considered a high-impact permission and is blocked from end-user consent in the Microsoft-recommended user consent policy.

    To allow the Make app to use Mail.ReadWrite, an administrator must grant admin consent for that permission to the app’s enterprise application:

    1. Sign in to the Microsoft Entra admin center with at least Privileged Role Administrator (or Global Administrator).
    2. Go to Identity → Applications → Enterprise applications and select the Make app.
    3. Open Permissions and ensure Mail.ReadWrite (Microsoft Graph delegated permission) is added to the app registration (if not, it must be added in the app registration’s API permissions/Manifest as described in the “Add permissions to an application” section).
    4. In the enterprise application’s Permissions pane, select Grant admin consent for <Organization> to approve Mail.ReadWrite on behalf of all users.

    Because Mail.ReadWrite requires admin consent, users cannot add it via user consent alone. If the app no longer needs such broad access, remove Mail.ReadWrite from the app registration to reduce risk.


    References:

    AI-generated content may be incorrect. Read our transparency notes for more information.

    Was this answer helpful?

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.