I am trying to fetch the account Id for an xbox one user test account in the Integration environment, but every time it returns the same value of 2.
The code I am using to grab it is:
eastl::wstring userXuid = firstPartyUser->XboxUserId->Data();
Are all test accounts given the same id? Or am I doing something wrong with the call?