
Hey I'd like to check if an account is already registered by letting the user of the app only enter the email. Which endpoint do I need to hit to get this data, or do I have to write my own cloud function for that?

Hello, you will need a cloud function https://appwrite.io/docs/server/users?sdk=python-default#usersList use the parameter I want passing the email

Hi 👋 ,if you are looking for an example of implementing a check: https://github.com/appwrite/demos-for-react/blob/12953066814f2116b1d5bd11f3526c2de07dbd04/example-auth/src/appwrite.ts#L40
from this repo: https://github.com/appwrite/demos-for-react/tree/master/example-auth
this might give you a good idea too, it helps check at the time of sign up if the user exists already which I think suits your use case
Recommended threads
- Can't create a function. The user interf...
I am trying to create a server-side function. I am on the free tier. **I already have three functions that work properly** that I created a few months ago. Now,...
- 1.6 to 1.7 does not work
Appwrite (self-hosted) stopped working after updating from 1.6.2 that was stable. Getting the general_server_error. Mentioning I fallowed all steps for upgrad...
- How to have two Appwrite Instances in Sy...
Hello, I am new to Appwrite. I am currently developing a training app for our sport with a friend and we would like to use Appwrite for this. We would like to d...
