Discussion: Feature Request: Get TSID by Player Name

Right now I have to go to my "Friends", do a search by player name, go to their profile, and copy the TSID from the URL Unless I'm missing something that is already there?
If you authenticate your friend you can use his oauth_token to get (almost) everything publicly known.

http://api.glitch.com/explore/#!auth.check
http://api.glitch.com/explore/#!players.info
Are player names unique?
I would like to think so.  Player_tsid and Player name should both be unique.  However one CAN change his name so I wouldn't rely on writing code that does things based on player name; player_tsid is infinitely more safer to use.
I've seen duplicate names, so no they aren't unique.
If names aren't unique then produce a list :)
But going through the authentication process is definitely not player search.