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...
SanthoshB1
Nov 14, 2024Bronze Contributor
Hi,
You can find the Plan ID directly in the Plan URL. To locate the Group ID, follow these steps:
- Navigate to the respective Plan's Group in Outlook.
2. Click on Teams, which will open the Teams client.
3. Select "Copy link to Team" to get the Group ID.
This method isn't the easiest, but it's a useful workaround if you don't have admin rights.
Regards,
Santhosh
Apps4Pro Planner
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!
- davemaliaFeb 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.