---
title: recipients
framework: gamekit
role: symbol
role_heading: Instance Property
path: gamekit/gkmatchrequest/recipients
---

# recipients

The players to invite to the match.

## Declaration

```swift
var recipients: [GKPlayer]? { get set }
```

## Mentioned in

Finding multiple players for a game Finding players using matchmaking rules Finding players with similar skill levels Starting turn-based matches and passing turns between players

## Discussion

Discussion If this property is non-nil, GameKit invites the specified players. GameKit doesn’t use automatch to fill player slots, and ignores the maxPlayers and minPlayers properties. The default value is nil.

## See Also

### Inviting players

- [inviteMessage](gamekit/gkmatchrequest/invitemessage.md)
- [recipientResponseHandler](gamekit/gkmatchrequest/recipientresponsehandler.md)
- [GKInviteRecipientResponse](gamekit/gkinviterecipientresponse.md)
