MyBB Community Forums

Full Version: how to find user id
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
how to find user id of any spcific user
Go to their profile, and it's the last number in the URL.

e.g. member,php?action=profile&uid=27
Go to the member list, search for the user, and click their username to go to their profile. On their profile look for
http://yoursite.net/member.php?action=profile&[b]uid=1[/b]

The number after
uid=#
is their user id.
If you click on their reputation, again it will show their uid at the end.