> ## 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.

# MatchmakingUserTicketInvitePayload

> MatchmakingUserTicketInvitePayload data type.

## Properties

| Name          | Type                                                                      | Description                                      |
| :------------ | :------------------------------------------------------------------------ | :----------------------------------------------- |
| CreatorEntity | [EntityKey](/services/playfab/api-references/events/data-types/entitykey) | Entity that invited the user to join the ticket. |
| QueueName     | String                                                                    | The name of the queue the ticket was created in. |
| TicketId      | String                                                                    | Id of the ticket that the user was invited to.   |


## Related topics

- [MatchmakingUserTicketCompletePayload](/services/playfab/api-references/events/data-types/matchmakinguserticketcompletepayload.md)
- [user_ticket_invited](/services/playfab/api-references/events/Matchmaking/user-ticket-invited.md)
- [MatchmakingTicketCompletePayload](/services/playfab/api-references/events/data-types/matchmakingticketcompletepayload.md)
- [MatchmakingMatchFoundPayload](/services/playfab/api-references/events/data-types/matchmakingmatchfoundpayload.md)
- [ticket_completed](/services/playfab/api-references/events/Matchmaking/ticket-completed.md)
