I would like to look up PlayerName with the player’s id
I couldn’t find a way to do it in REST API or CLI
Is there a way?
I would like to look up PlayerName with the player’s id
I couldn’t find a way to do it in REST API or CLI
Is there a way?
It’s mentioned here in the manual. As expected it’s GetPlayerNameAsync. Surely there’ll be a REST API equivalent. If it happens not to be in the REST docs you can look up the REST API call in the C# API.
You can also use GetPlayerInfo to get the username of the username/password sign in in case you meant that.
You can use the Get Player API which will return a number of useful information including the username
I missed it, thank you