Hi, It would be really useful to have a Graph API endpoint for a users Flow Approvals. Something like this: List approvals: https://graph.microsoft.com/v1.0/me/approvals?$filter=flowname eq 'my flow' Action an approval: https://graph.microsoft.com/v1.0/me/approvals/{approval-id}/approve|reject This would allow users take action on approvals inside an application, lets say a MVC web app or SPFx web part. Best Regards, Rickard
... View more
We are planning on exposing the APIs for Approvals. Thank you.