-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
getPlayer by username #23
Comments
Hi-Rez playerName has to be supported. I updated the endpoint documentation. |
Since names aren't unique, does that mean getPlayer can return multiple results? |
Player names are unique on PC (and thus OK for Realm for the moment). Paladins Xbox, and potentially Realm Xbox in the future is where there is concern and where I'll need to come up with a solution. |
Your name shows up in-game as your steam profile name, which isn't unique and can be changed at any time. Is Hi-Rez player name something else? |
Yes, Hi-Rez player name is something else. Every player of a Hi-Rez game on a particular platform (xbox, pc, ps4, switch) has a unique player record (unique by "player_id") for that game/platform combination. How this maps to more descriptive player_names values is what is becoming more confusing and is starting to differ based on game and platform. |
getPlayer [{playerId}|{steamId}]/[{"hirez"}|{"steam"}]
here playerId / steamId is the number or the username
from returned data it looks like a number
so does it mean we can't query by username ?
The text was updated successfully, but these errors were encountered: