core icon indicating copy to clipboard operation
core copied to clipboard

Add names history to /players/{account_id}

Open Tsury opened this issue 7 years ago • 3 comments

is it possible to add a list of previous names the players played under, with a date of when he last used the name?

Tsury avatar Jan 28 '19 14:01 Tsury

technically yes, but it might not capture all names as we only periodically check for new names, and on user login.

howardchung avatar Jan 29 '19 08:01 howardchung

Sounds better than nothing... Might also get better in the future with more frequent checking.

Tsury avatar Jan 29 '19 08:01 Tsury

Actually it looks like Steam provides a getAliases method with name history so we could just fetch it from there

howardchung avatar Jan 09 '24 03:01 howardchung