<!--
{
  "documentType" : "article",
  "framework" : "AppStoreConnectAPI",
  "identifier" : "/documentation/AppStoreConnectAPI/teams",
  "metadataVersion" : "0.1.0",
  "role" : "collectionGroup",
  "title" : "Teams"
}
-->

# Teams

Manage the teams that you add to matchmaking rule sets.

## Discussion

The `team` resource represents an optional game-specific team that Game Center assigns to players using team rules. For more information, see <doc://com.apple.documentation/documentation/GameKit/assigning-players-to-teams-using-rules>.

## Topics

### Creating, modifying, and deleting teams

[`Create a Team`](/documentation/AppStoreConnectAPI/POST-v1-gameCenterMatchmakingTeams)

Add a game-specific team to a rule set.

[`Modify a Team`](/documentation/AppStoreConnectAPI/PATCH-v1-gameCenterMatchmakingTeams-_id_)

Update a specific team in a rule set.

[`Delete a Team`](/documentation/AppStoreConnectAPI/DELETE-v1-gameCenterMatchmakingTeams-_id_)

Delete a game-specific team in a rule set.

### Objects

[`object GameCenterMatchmakingTeamCreateRequest`](/documentation/AppStoreConnectAPI/GameCenterMatchmakingTeamCreateRequest)

The request body you use to create a team.

[`object GameCenterMatchmakingTeamUpdateRequest`](/documentation/AppStoreConnectAPI/GameCenterMatchmakingTeamUpdateRequest)

The request body you use to modify a team.

[`object GameCenterMatchmakingTeamResponse`](/documentation/AppStoreConnectAPI/GameCenterMatchmakingTeamResponse)

The response body for endpoints that create or modify a team.

[`object GameCenterMatchmakingTeamsResponse`](/documentation/AppStoreConnectAPI/GameCenterMatchmakingTeamsResponse)

The response body for endpoints that get multiple teams.

[`object GameCenterMatchmakingTeam`](/documentation/AppStoreConnectAPI/GameCenterMatchmakingTeam)

A team configuration within a Game Center matchmaking rule set, defining team size and composition rules.



---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)