https://supertokens.com/ logo
r

rp

03/07/2022, 1:19 PM
@User You could do the following: - We have a function called
getUserByPhoneNumber
(https://supertokens.com/docs/nodejs/modules/recipe_passwordless.html#getUserByPhoneNumber). - Loop through all users using our user pagination functions and filter the ones you want to take action on. - Download the user CSV file from the dashboard and filter the ones in there to find the right user.