Forum Discussion
robertt1670
Sep 16, 2019Copper Contributor
Owner / Members Groups - Login Names - None English Tenants
When sites are provisioned in Teams and it then creates a Sharepoint site with Member / Owner groups, the login name of the groups are something like 'My Teams Members' and 'My Team Owners'. Does any...
robertt1670
Sep 16, 2019Copper Contributor
jcgonzalezmartinthanks for this information, looks I am going to need to verify this in a none English tenant.
We are using the _api/web/sitegroups rest API endpoint to get a list of groups and we need to find a way of programmatically finding the members/owners group from this API endpoint.
robertt1670
Sep 16, 2019Copper Contributor
I´ve found the answer to my question, though not 100% reliable you can use the _api/web/AssociatedOwnerGroup, _api/web/AssociatedMemberGroup and _api/web/AssociatedVisitorGroup endpoints rather than having to use any type of name looksups