<!--
{
  "availability" : [
    "iOS: 5.0.0 -",
    "iPadOS: 5.0.0 -",
    "macCatalyst: 13.1.0 -",
    "macOS: 10.8.0 -",
    "tvOS: 9.0.0 -",
    "visionOS: 1.0.0 -",
    "watchOS: 3.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "GameKit",
  "identifier" : "/documentation/GameKit/GKTurnBasedMatch/participants",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "GameKit"
    ],
    "preciseIdentifier" : "c:objc(cs)GKTurnBasedMatch(py)participants"
  },
  "title" : "participants"
}
-->

# participants

The players that participate in a turn-based match.

```
var participants: [GKTurnBasedParticipant] { get }
```

## Discussion

Use the objects in this array to show more information about the participants in your interface, such as their names, avatars, status, and outcomes. The size of the array and order of the participants remains the same throughout the match.

When you end a player’s turn or quit a match, choose the next participant from this array. If a participant represents an unfilled slot, it’s [`status`](/documentation/GameKit/GKTurnBasedParticipant/status-swift.property) property is [`GKTurnBasedParticipant.Status.matching`](/documentation/GameKit/GKTurnBasedParticipant/Status-swift.enum/matching). Game Center searches for a player to fill that spot only when you choose that participant as the next participant.

## See Also

[`endTurn(withNextParticipants:turnTimeout:match:completionHandler:)`](/documentation/GameKit/GKTurnBasedMatch/endTurn(withNextParticipants:turnTimeout:match:completionHandler:))

Passes the turn from the current participant to the next participant.

[`participantQuitInTurn(with:nextParticipants:turnTimeout:match:completionHandler:)`](/documentation/GameKit/GKTurnBasedMatch/participantQuitInTurn(with:nextParticipants:turnTimeout:match:completionHandler:))

Forfeits the match on behalf of the local player when it’s their turn.



---

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)