You get the ID of a user with a database query:
SELECT userid FROM qa_users WHERE handle = 'username';
Or
SELECT userid, handle FROM qa_users;
if you want a list of all users and their IDs.
Welcome to the Q&A site for Question2Answer.
If you have a question about Q2A, please ask here, in English.
To report a bug, please create a new issue on Github or ask a question here with the bug tag.
If you just want to try Q2A, please use the demo site.