Forum Discussion
Sanguis
Sep 27, 2016Brass Contributor
Constructing a link to an Office 365 Plan from the Graph API
I'm trying to figure out how I can utilize the Microsoft Graph API to construct a link to an Office 365 Plan connected to a specific Office 365 Group. I've been able to link to almost all other resou...
Lars_Haupt-Hansen
Sep 29, 2016Copper Contributor
It is in beta now. You can do
GET https://graph.microsoft.com/beta/groups/<id>/plans.
Check out the documentation at http://graph.microsoft.io/en-us/docs/api-reference/beta/api/group_list_plans