Hello 👋 I'm looking to check if a user exists bas...
# support-questions-legacy
s
Hello 👋 I'm looking to check if a user exists based on an ID. I see that many recipes have their own
get_user_by_id
functions - emailpassword and thirdparty have those. I see though that there is a table in the supertokens DB
all_auth_recipe_users
. I'm wondering if there if a
get_user_by_id
function for that table so that we don't have to check each recipe's user_ids individually