
Announcements
Hey everyone, I am trying to leverage Power Automate and Microsoft Graph API to get Viva Learning Course activities for a user.
There is a graph API for that (Link here: https://learn.microsoft.com/en-us/graph/api/learningcourseactivity-list ) and it works only with a Delegated permission.
I have tried several approach using HTTP Request and creating a Custom Connector but for each of those methods, I have the same issue: the status code is successful, however, I get an empty response body when I know I had activities...I have tried it in the Graph Explorer and same thing I have an empty response.
Any ideas of what I am missing?
Thanks a lot for your help