An API that connects multiple Microsoft services, enabling data access and automation across platforms
yes, you can follow:
https://learn.microsoft.com/en-us/exchange/permissions-exo/application-rbac
I use this all the time and works great.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I have a web application that uses Delegated Permissions to query Mail, but it does not fit our use-case which a tenant-wide Application Permission does. Now we need to limit permissions of Mailboxes & Calendars API, is there a way to restrict this Application Permission to a Microsoft Entra Group of Users/Shared Mailboxes?
An API that connects multiple Microsoft services, enabling data access and automation across platforms
Answer accepted by question author
yes, you can follow:
https://learn.microsoft.com/en-us/exchange/permissions-exo/application-rbac
I use this all the time and works great.
Hi Jiahao Wu,
Thank you for reaching out to Microsoft!
Graph API can work either on delegated permission or Application-level permissions. However, you can limit application permissions to a specific group/Users by creating a New-ApplicationAccessPolicy.
For more information, please refer to the following documentation: Limiting application permissions to specific Exchange Online mailboxes
Hope this helps.
If the answer is helpful, please click Accept Answer and kindly upvote it. If you have any further questions about this answer, please click Comment.