How to grant send on behalf permissions?
In dynamic workplaces, send on behalf permissions in Microsoft 365 simplify communication between departments, boosting organizational workflow efficiency. Now, let's explore how to enable send on behalf permissions in Microsoft 365.
Assign Send on Behalf Permissions Using Microsoft 365 Admin Center
- Login to the Microsoft 365 admin center.
- Go to .
- Select the user for whom you want to set permissions.
- Navigate to the "Mail" tab and click on "Send on behalf of permissions" under Mailbox Permissions.
- Click on "+Add permissions". Search and select the specific users you want to grant send on behalf permissions.
- Click "Add" to save the configuration.
Grant Send on Behalf Permission Using PowerShell
- Connect to Exchange Online PowerShell module.
- Execute the cmdlet below after including the valid mailbox email address and delegate UPN.
Set-Mailbox -Identity "mailbox email address" -GrantSendOnBehalfTo "delegate UPN"