[Feature Request] Search by ID

Hi,

Currently there is not option to find user/project by ID, only via gitlab console:
User.find(<user_id>)
Project.find(<project_id>)

I would like to search for these IDs on web interface.

Thank you!