12-11-2018 04:34 AM
Hi,
Our manager left the company and was the owner of our Team. In O365 Admin I made myself the owner of the team on Friday, however I'm still showing as just a member in Teams and cant do any owner tasks. I am listed as the owner of the group in O365 but not teams.
We are still seeing the issue where it says the manager has been added to the team again (TM165865 - Users deleted from Teams incorrectly show as re-added) and there are no owners listed under Roles when you manage the Team within the Teams client or website.
Any ideas?
Thanks.
12-11-2018 05:07 AM
Strange! It can take awhile but it should have synchronizes to Teams a while ago! What happens if you remove the user and add him/her again through teams??
Also next time always use Teams when adding users / change permissions! You won't have the sync waiting time
/ Adam
12-11-2018 05:09 AM
12-11-2018 05:17 AM
yeah! What @Chris Webb said!! Missed the part where he was the one not yet the owner :)
12-11-2018 06:08 AM
In the Teams admin, I am the owner of the group.
I made another member admin yesterday too, and we both show as admin if Office 365 groups, and the Teams admin console, but not within the Teams client or site.
Its very odd.
I'm running the Dev Preview, Version 1.1.00.31860 (64 bit). Updated 05/12/2018.
12-11-2018 06:43 AM
Hi,
Chris & Adam please correct me if I am wrong as I am still learning . According to me if you are not part of the Global administrator or Customized administrator then you cant manage Teams as an admin. Just being a part of one group's admin will not give to the privilege to manage Teams nor be a Teams's admin.
Someone should grant you one of the permission below
12-11-2018 06:50 AM
Hi, I am a global admin in Office 365 (and Azure AD)
12-11-2018 06:53 AM
12-11-2018 06:56 AM
12-11-2018 07:00 AM
12-11-2018 07:01 AM
12-11-2018 07:04 AM
12-11-2018 07:29 AM
SolutionWeb client showed the same behaviour.
Deleting me form the Office 365 groups removed the team from the client almost instantly and was reflected in Teams admin too. I left it 10mins and re-added me as owner via Office 365 admin, and It appeared again almost instantly with me as owner.
The other member I made owner yesterday is still just a member, so I'll do the same to him.
Seems like the team was 'stuck' somehow and not picking up the role changes.
07-12-2019 05:03 AM - edited 07-12-2019 05:06 AM
We too are experiencing the same problem right now. We are using the Microsoft Graph API in order to change Team (Group) Owners via our own app and we can see the changed owners in Microsoft 365 admin center but not within the Teams Client. Is there any solution by now? We have checked the Team owners after a few hours and they still are not showing up with Teams.
https://docs.microsoft.com/de-de/graph/api/group-post-owners?view=graph-rest-1.0&tabs=http
What we use in code:
GraphServiceClient.Groups[groupId].Owners.References.Request().AddAsync(owner);
03-31-2020 11:11 PM
@Andrew Sparks it works for me. thanks!