Hi All,
I am using Entra connector to call a graph API from power automate but I'm facing issue with the permission... If we are using Invoke_an_HTTP_request action in power automate, then how we assign permission to APIs? I checked on Azure but didn't found something helpful.
Could you please help me out here.
Here is the error i'm getting and It reuired Place.Read.All permission but how do I assign it?
"code":"invalid_permissions","message":"Required permissions are not present in request security token. Required permissions:Place.Read.All - Incoming permissions: Calendars.ReadWrite"}
FYI. I am using a developer account.
Hi , @swaminawale
I test it in my side , i have the same error code return from the "Invoke an http request" action:
This action is based on the user's credentials to obtain the corresponding scope and call the API. I'm guessing it's probably because the action doesn't have a built-in scope for Place.Read.All.
So i recommend you to use the client app (Create it in your azure portal and give it api permission)to call the graph API in flow.
It it can call the API using HTTP action in flow:
And for more information, you can also refer to this:
HTTP with Microsoft Entra ID (preauthorized) - Connectors | Microsoft Learn
Power Automate Flow: Calling MS Graph API | Microsoft Learn
If this reply can help you , you can click mark this reply as solution (Accept solution) which can help more people, thanks in advance!
Best Regards,
Yueyun Zhang
Michael E. Gernaey
497
Super User 2025 Season 2
David_MA
436
Super User 2025 Season 2
Riyaz_riz11
244
Super User 2025 Season 2