Just like GET /api/v1/users/:id it would be really useful and time saving that, instead of the id, the user email could also be sent.
This is currently possible using GET /api/v1/users?email=someone@gmail.com. You can find documentation here.
GET /api/v1/users?email=someone@gmail.com