Forum Discussion
Team not visible in Teams admin centre or from get-Team powershell by owner and global admin.
- Mar 17, 2025
I have been working with microsoft to resolve this issue since it was posted and now have a resolution. We were able to MS Graph to make a API call to Reconnect the Team to the Group.
URL-> https://developer.microsoft.com/en-us/graph/graph-explorer
groupid below replaced from the Admin->Identify -> Group ->All Groups-> (Group disconnected from Team)-> GroupID that matches the team or ExternalDirectoryObjectId from exchangeonline of the team email address.
API Rest Call PATCH https://graph.microsoft.com/v1.0/groups/{groupid}
Request Body
{"resourceProvisioningOptions": ["Team"]}Please use this at your on risk. I did this under supervision of microsoft support and engineering after weeks of research.
You are correct. I finally found an similar article recommending the same after creating this discussion. I had search many articles before posting this but the critically search term was 365 group not syncing to teams. I have already created an open ticket with microsoft and received a call back from them to document the issue. I will mark this as the solution if the ticket does indeed fix it. Thanks