Forum Discussion
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 anyone know if these names change in none English tenants, or are the login names always called Members and Owners?
3 Replies
- Yep, if the languaje choosen for the site is not English those Groups are shown in the language chosen
- robertt1670Copper 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.
- robertt1670Copper 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