How to look up a user based on a user_id?

I’m not sure if you can through the Discourse interface, but you could use the Rails console:

u = User.find(398)
6 Likes