I'm trying to hit the rooms end point with Graph API. From the graph explorer site, I am able to query that endpoint, but from power automate, I am not. I'm using the HTTP With Entra ID preauthorized connection. Is there another action i need to be using or something else I'm doing wrong? I tried creating a new connection, but it didn't work
This is the action
Connector
HTTP with Microsoft Entra ID (preauthorized)
Operation note
Invokes an HTTP endpoint.
Learn more
Connector type
Shared
Tags
None
This is the "raw inputs"
{
"host":{
"connectionReferenceName":"shared_webcontents",
"operationId":"InvokeHttp"},
parameters":{
request/method":"GET",
request/url":"https://graph.microsoft.com/v1.0/places/microsoft.graph.room"
}
from Graph Explorer
Graph Explorer | Try Microsoft Graph APIs - Microsoft Graph
https://developer.microsoft.com/en-us/graph/graph-explorer