Hi Everyone,
I am trying to get user details using graph APIs "https://graph.microsoft.com/v1.0/me" in power automate. However, when I try to do so I am getting this error:
{
"error": {
"code": "InvalidAuthenticationToken",
"message": "Access token validation failure. Invalid audience.",
"innerError": {
"date": "2020-06-30T11:09:37",
"request-id": "<GUID>"
}
}
}
Retrieve logged in user Token using Virtual agent
Error while getting details in flow
Permissions in App registration
Any help would be appreciated.