Open StormTester opened 4 years ago
It's been mentioned a few times on here before (links not handy), but Steam IDs are considered "private information", and can not be freely published by the API. This is very similar to how on Battle.net the Destiny API wouldn't publish the #4321 numbers in the battle tags.
Note that Steam offers a "sign in" workflow that you can integrate into any LFG site to collect the user's SteamID and pair it to their signed-in account – you can see this in use at TRN, for example. You should use that rather than ask users to input a SteamID; for usability, for errorproofing, and to prevent malicious behavior.
Ooh, that is slick and good to know about! Thanks for that heads up @floatingatoll!
It would be invaluable for these endpoints to output steam IDs so that services could provide the information to users for LFG purposes, as you can't join people on steam display names.