Microsoft Azure PlayFab logo
    • Multiplayer
    • LiveOps
    • Data & Analytics
    • Add-ons
    • For Any Role

      • Engineer
      • Designer
      • Executive
      • Marketer
    • For Any Stage

      • Build
      • Improve
      • Grow
    • For Any Size

      • Solo
      • Indie
      • AAA
  • Runs on PlayFab
  • Pricing
    • Blog
    • Forums
    • Contact us
  • Sign up
  • Sign in
  • Ask a question
  • Spaces
    • PlayStream
    • Feature Requests
    • Add-on Marketplace
    • Bugs
    • API and SDK Questions
    • General Discussion
    • LiveOps
    • Topics
    • Questions
    • Articles
    • Ideas
    • Users
    • Badges
  • Home /
  • API and SDK Questions /
avatar image
Question by Elias Ramirez Mateo · Oct 29, 2020 at 01:22 AM · Matchmaking

MatchmakingUnauthorized error,MatchmakingUnauthorized error when joining matchmaking ticket

I’m getting this error when trying to join a matchmaking ticket and I can’t find what it means.


"code":403,"status":"Forbidden","error":"MatchmakingUnauthorized","errorCode":2056,"errorMessage":"The specified user is not allowed to join the ticket."

,

I’m getting this error when trying to join a matchmaking ticket.


"code":403,"status":"Forbidden","error":"MatchmakingUnauthorized","errorCode":2056,"errorMessage":"The specified user is not allowed to join the ticket."

Comment

People who like this

0 Show 0
10 |1200 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users

1 Reply

· Add your reply
  • Sort: 
avatar image
Best Answer

Answer by Sarah Zhang · Oct 29, 2020 at 05:33 AM

As this documentation Matchmaking quickstart, especially this section said the ticket creator should specify the MembersToMatchWith. If a player that isn’t specified in the MembersToMatchWith tries to join the ticket, the player would receive this 2056 error. If you want to create a matchmaking ticket for multiple users, the request body of CreateMatchmakingTicket should be something like this.

{
    "Creator": {
        "Entity": {
            "Id": "{CreatorTitleEntityId}",
            "Type": "title_player_account"
        }
    },
    "MembersToMatchWith": [
        {
            "Id": "[MemberTitleEntityId]",
            "Type": "title_player_account"
        }
    ],
    "GiveUpAfterSeconds": 100,
    "QueueName": "[QueueName]"
}

Comment

People who like this

0 Show 2 · Share
10 |1200 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users
avatar image Elias Ramirez Mateo · Oct 30, 2020 at 07:57 PM 0
Share

I fixed it, the problem was the Join Matchmaking was being called on the party leader instead of the members.

avatar image Sarah Zhang ♦ Elias Ramirez Mateo · Nov 03, 2020 at 01:48 AM 0
Share

Thanks for sharing.

Your answer

Hint: You can notify a user about this post by typing @username

Up to 2 attachments (including images) can be used with a maximum of 524.3 kB each and 1.0 MB total.

Navigation

Spaces
  • General Discussion
  • API and SDK Questions
  • Feature Requests
  • PlayStream
  • Bugs
  • Add-on Marketplace
  • LiveOps
  • Follow this Question

    Answers Answers and Comments

    2 People are following this question.

    avatar image avatar image

    Related Questions

    Direct Challenges,Direct Challenges (via FB) 2 Answers

    Matchmake and StartGame returning 500 Internal Server Error 1 Answer

    Turn based multiplayer card game 1 Answer

    Servers not starting 1 Answer

    backfill tickets match id 1 Answer

    PlayFab

    • Multiplayer
    • LiveOps
    • Data & Analytics
    • Runs on PlayFab
    • Pricing

    Solutions

    • For Any Role

      • Engineer
      • Designer
      • Executive
      • Marketer
    • For Any Stage

      • Build
      • Improve
      • Grow
    • For Any Size

      • Solo
      • Indie
      • AAA

    Engineers

    • Documentation
    • Quickstarts
    • API Reference
    • SDKs
    • Usage Limits

    Resources

    • Forums
    • Contact us
    • Blog
    • Service Health
    • Terms of Service
    • Attribution

    Follow us

    • Facebook
    • Twitter
    • LinkedIn
    • YouTube
    • Sitemap
    • Contact Microsoft
    • Privacy & cookies
    • Terms of use
    • Trademarks
    • Safety & eco
    • About our ads
    • © Microsoft 2020
    • Anonymous
    • Sign in
    • Create
    • Ask a question
    • Create an article
    • Post an idea
    • Spaces
    • PlayStream
    • Feature Requests
    • Add-on Marketplace
    • Bugs
    • API and SDK Questions
    • General Discussion
    • LiveOps
    • Explore
    • Topics
    • Questions
    • Articles
    • Ideas
    • Users
    • Badges