Forum Discussion
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 different application. Does anyone know how I can retrieve the Plan ID and Group ID when it's not in the URL? Thanks!
6 Replies
- udaykumarmehraCopper Contributor
Same issue brother I face
- SanthoshB1Bronze 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
- JAACopper 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!- davemaliaCopper 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.
- KristinSchneiderCopper Contributor
This worked for me. Thanks so much, Santhosh!
- Navigate to the respective Plan's Group in Outlook.
- daveticeCopper Contributor
Same issue. You can use windows powershell to see a list of your plans with groupid and planids but it requires that you have admin privileges.