Hello,
I’m trying to use the Microsoft Graph API to create Planner plans from a Power Automate flow. I’ve set up delegated permissions and assigned:
Admin consent has been granted in Azure. I’m using a manually acquired delegated bearer token via OAuth 2.0 (Authorization Code flow), and passing it in a standard HTTP request.
Despite all of this, Graph API returns:
403 Forbidden – You do not have the required permissions to access this item.
Also, I’m unable to find Planner.ReadWrite.All when trying to assign it via the Azure Portal UI — I had to add it via manifest or CLI.
Can someone from Microsoft or the community confirm:
-
Is Planner.ReadWrite.All still supported for delegated access to create plans?
-
Is there a known bug with this scope not working or appearing in UI?
-
Is there any fix other than switching to app permissions (which are unsupported)?
Thank you in advance!