Hello I am using this http request to try and get the participants for a Teams Meeting: https://docs.microsoft.com/en-us/graph/api/call-list-participants?view=graph-rest-1.0&tabs=http
My first HTTP Request to get the access_token needed. I used this before for another http request and it worked fine:
I parse the JSON to get the access_token.
Then I use the http request from the link:
The issue is that the last http request fails and I get an "Unknown error". Everything else in the Flow is fine.
I'm a bit lost with this since I'm wondering if the id I'm providing is wrong. I don't know if there's a way to get the id of a Teams Meeting in Power Automate.
What I did was use the meeting link and use the deeplinkId provided but I'm unsure if this is correct.
Thank you.
i am also facing the same issues please update me
I am facing this same issue as well any updates on how to do this?