Sep 16 2019 05:29 AM
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?
Sep 16 2019 08:34 AM
Sep 16 2019 08:52 AM
@Juan Carlos González Martínthanks 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.
Sep 16 2019 11:04 AM
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