Relative Content

Tag Archive for pythonazuremicrosoft-graph-api

Microsoft Graph API read email from not signed in user

I’m new to graph API and I’m looking for help in solving a problem I’ve run into. I have an app registered at Azure with given permission User.Read and Mail.Read and have tried following different tutorials for reading an users email. However, the mailbox I’m trying to access is not the mailbox of the signed in user as seem to be the assumption in the tutorials, but an external mail account. How can I grant access to the application to access the external email’s mailbox without it being the signed in user? Is this even possible? The external email is added as a member of the group the app belongs to in Azure.