I need some information how I can get user object using email instead of userID?
TL;DR
Developers can get a user object using an email instead of a userID by using the list users endpoint with a query for the email address. An example query is `Query.equal('email', email@email.com)`. Check this link for more details: https://appwrite.io/docs/references/cloud/server-nodejs/users#list