I'm trying to programmatically retrieve informations about the SharePoint site after creating an office group using Microsoft Graph API.
Each office group has one SharePoint site assigned to it, but I'm not able to determine the url of the site except for manually browsing to the site and copying it.
This is not a feasible solution as I have to create hundreds of Office groups and subscripe to webhooks on the corresponding SharePoint site.
Also this link is important to me as I don't want to open up the site manually each time before it's created.