I am creating a small application for, but in order to collect information from Stack about a user I need to know their UserID. I would like the user to enter his display name / username and for the application to find his UserID . However, I understand that user names are not unique , but is it possible through C # to find all user IDs with the user name that I specify ? Can you give me some sample code for this? This can probably be done by escaping the users page, but I'm not sure how to do it.
By the way, I do not want to use a data dump for this. I just wanted to somehow find this information on the Users page or something similar.
By the way, I posted a similar Meta Stack overflow question and was directed to post it here, since Qaru is where it belongs!
source
share