Forum Discussion
KristinSchneider
Nov 13, 2024Copper Contributor
Plan ID and Group ID in Cloud URL
My company just got the Planner update, and our Planner URLs now begin with planner.cloud.microsoft. The URL no longer contains a Plan ID and Group ID, which we were using to link the Planner to a di...
JAA
Nov 21, 2024Copper Contributor
I was able to get to the URL of my plan through Teams, but it seems it only has the following:
- tenantID=
- webURL=
- subEntityIID
- plan
is Group ID the same as tenantID? Or is it all the characters following subEntityID, to note there's no equal sign after subEntityID, not sure if that matters.
Your help would be very much appreciated!
davemalia
Feb 11, 2025Copper Contributor
If you open the planner in browser and get the plan id you can then use graph to obtain the group id.
https://graph.microsoft.com/v1.0/planner/plans//?$select=title,container
The 'container' value is the group ID.