What is your goal?
Read and send email from Microsoft 365
What is the problem & what have you tried?
Does anyone know how to give permissions to a user in Azure to read and send emails from Microsoft 365?
Hey @Zaragoza_Logistics_C !
You usually handle this through the app registratioen in Azure, not by giving a user direct permission.
In Azure Portal go to App registrations, open the app you’re using for the connection, then go to API permissions. Add Microsoft Graph permissions for Mail.Read and Mail.Send. After adding them, an admin needs to grant consent.
If the scenario needs to access multiple mailboxes or run without a signed-in user, you would use Application permissions instead of Delegated permissions and grant admin consent there as well.
Once those permissions are set, reconnect the Microsoft 365 connection in Make so it picks up the new scopes.
Dr. Tanvi Sachar
Monday Certified Partner, Tuesday Wizard