# Teams

# Team Missing From Teams Admin Center

## **Cause:**

An attribute on the underlying modern group isn't correctly populated.

Replace {​groupid}​ in the Query for the actual GroupId in question, which you can get via the Exchange Online powershell, with the "Get-UnifiedGroup" cmdlet, as the "ExternalDirectoryObjectId" attribute or by looking the group up within Entra.

1\. Access [Graph Explorer](https://developer.microsoft.com/en-us/graph/graph-explorer)

2\. Sign in to Graph Explorer on the top right-hand side menu:

[![image.png](https://wikipedia.mutschlerhome.com/uploads/images/gallery/2024-03/scaled-1680-/HFTg3V77zWD2GhZB-image.png)](https://wikipedia.mutschlerhome.com/uploads/images/gallery/2024-03/HFTg3V77zWD2GhZB-image.png)

3\. Change the query line to: PATCH &gt; v1.0 &gt; [https://graph.microsoft.com/v1.0/groups/{​groupid}​](https://graph.microsoft.com/v1.0/groups/%7Bgroupid%7D "https://graph.microsoft.com/v1.0/groups/%7bgroupid%7d")

[![image.png](https://wikipedia.mutschlerhome.com/uploads/images/gallery/2024-03/scaled-1680-/ApnbMwi61jnennKX-image.png)](https://wikipedia.mutschlerhome.com/uploads/images/gallery/2024-03/ApnbMwi61jnennKX-image.png)

4\. Click the Modify Permissions tab and consent to any permissions required (you do not need to consent for the whole organization).

[![Screenshot 2024-03-22 112118.png](https://wikipedia.mutschlerhome.com/uploads/images/gallery/2024-03/scaled-1680-/KPO1td8NiF4FOm4A-screenshot-2024-03-22-112118.png)](https://wikipedia.mutschlerhome.com/uploads/images/gallery/2024-03/KPO1td8NiF4FOm4A-screenshot-2024-03-22-112118.png)

5\. Add the following value on the request body: {​"resourceProvisioningOptions": \["Team"\]}​

[![image.png](https://wikipedia.mutschlerhome.com/uploads/images/gallery/2024-03/scaled-1680-/oK72IBrNRkZFtK8X-image.png)](https://wikipedia.mutschlerhome.com/uploads/images/gallery/2024-03/oK72IBrNRkZFtK8X-image.png)

6\. Confirm you receive a 204 response in the middle of the page.

[![image.png](https://wikipedia.mutschlerhome.com/uploads/images/gallery/2024-03/scaled-1680-/lW5hJGpEwUzQ68sQ-image.png)](https://wikipedia.mutschlerhome.com/uploads/images/gallery/2024-03/lW5hJGpEwUzQ68sQ-image.png)

7\. Confirm the team appears correctly back on the Skype &amp; Teams Admin Center - Team Overview.

[![image.png](https://wikipedia.mutschlerhome.com/uploads/images/gallery/2024-03/scaled-1680-/pvU9m34plL8PGcYV-image.png)](https://wikipedia.mutschlerhome.com/uploads/images/gallery/2024-03/pvU9m34plL8PGcYV-image.png)