API: Get user by email or username
Created by: vladyslav2
Hello.
Its very important ability for api to getting user by email.
Look, everybody using api for create/update/delete users and projects with other application. So when i trying to create new project for existing user - i do not user id in gitlab database, and i have only his email. Right i can only get list of all users with /api/users and that manually find user id by email - but it badly solution, isn't it ?