I am trying to assing a role in admin center for one of our user to modify spam filter in exchange. What the least admin roles in exchange i can assign to him except global admin?
I am trying to assing a role in admin center for one of our user to modify spam filter in exchange. What the least admin roles in exchange i can assign to him except global admin?
I dont think this is related to Microsoft Graph. Adding right tags to assist. But if its related Graph API, do let me know.
You can use command below to check what permission needed for a command:
Get-ManagementRoleEntry -Identity *\command
Such as, if you want a mailbox could manage "Connection Filter" in Exchange online, we could use command below to check which permission needed for this command:

Then add this mailbox into this permission group, this mailbox will could manage Connection Filter:

This permission group has some other command permission, so this mailbox also have some other permission. If you still want to narrow the scope of permission, you could follow this article: Using Role-based Access Control (RBAC) To Manage Administrator Permissions (It also suitable for Exchange online)
If the response is helpful, please click "Accept Answer" and upvote it.
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.
3 people are following this question.