Thomas Segato
Thomas Segato

Reputation: 5257

Getting the group id from a modern team site

I have a SharePoint modern team site with an associated group. I have the url for the site. I need to get the groupid from that url. Is that possible with Microsoft Graph?

Upvotes: 0

Views: 876

Answers (1)

Lee
Lee

Reputation: 5493

Try

https://graph.microsoft.com/v1.0/groups?$filter=mailNickname eq 'modernsitename'&$select=id

Upvotes: 2

Related Questions