hii i am using nest.js as backend i need to migra...
# support-questions-legacy
t
hii i am using nest.js as backend i need to migrate 1 cr users but before migration i need to check whether user exist or not in database is there any end point for that so that i can check user exist or not before migrating that user.
r
hey @tejasva_17279 yea, you can fetch users based on email / phone number. https://app.swaggerhub.com/apis/supertokens/CDI/4.0.2#/Core/getUsersByAccountInfo
t
hii this api is not working for phoneNumber whereas checking from email is working
r
Can you show me what you are doing?