> ## Documentation Index
> Fetch the complete documentation index at: https://devdocs.xbox.com/llms.txt
> Use this file to discover all available pages before exploring further.

# MatchmakingMatchFoundPayload

> MatchmakingMatchFoundPayload data type.

## Properties

| Name      | Type   | Description                                                |
| :-------- | :----- | :--------------------------------------------------------- |
| MatchId   | String | The identifier for the match.                              |
| QueueName | String | The name of the queue the match was created in.            |
| TicketIds | \[]    | The list of ticket identifiers that were matched together. |


## Related topics

- [match_found](/services/playfab/api-references/events/Matchmaking/match-found.md)
- [MatchmakingTicketCompletePayload](/services/playfab/api-references/events/data-types/matchmakingticketcompletepayload.md)
- [MatchmakingUserTicketCompletePayload](/services/playfab/api-references/events/data-types/matchmakinguserticketcompletepayload.md)
- [MatchmakingUserTicketInvitePayload](/services/playfab/api-references/events/data-types/matchmakinguserticketinvitepayload.md)
- [MatchmakingMatchDetails](/services/playfab/multiplayer/lobby/unity-multiplayer-api-reference/PlayFab.Multiplayer/MatchmakingMatchDetails/overview.md)
