Hey guys, im having an issue trying to get a custom microsoft graph api conencotr to work. I'm trying to set up a flow that fetches emails accross my organization, the issue im having is that it works fine for my own emails, but if its someone else's email, it gives me this:
{
"error": {
"code": "ErrorAccessDenied",
"message": "Access is denied. Check credentials and try again.",
"innerError": {
"date": "2020-08-07T16:02:39",
"request-id": "0c870661-d8b6-4a1d-8cde-55f85f5e93d0"
}
}
}
here's what my api permissions look like on the azure side:

What am i missing here?