hi guys, quick question. Using listUsersByAccountI...
# support-questions-legacy
n
hi guys, quick question. Using listUsersByAccountInfo method to get user(filtering by tenantId and email). Our set up means that 2 users(EmailPassword and Passwordless) are returned. is there an easy way to retrieve just the EmailPassword user? Worth adding that we dont use account linking
r
hey @Nik there is no API for that. You will have to fetch users and then filter them based on the recipeId in the login methods of the users array to only get email password ones.
6 Views