Update an user by email

Hello!

I need to change my route /users/:id to /users/:email so update my user by email and not id…

I succeeded this but with a collection that i created and i change routes and change the controller but i don’t have access to this controller…

thanks !