Is there any limitations to just insert users into...
# support-questions
c
Is there any limitations to just insert users into the supertokens tables?
r
You mean directly modify the table?
c
Not modify, insert
r
right yea.
c
I have all the users in a table, and I want them into supertokens
so I'll just insert them as passwordless users and set the metadata?
r
You can do that. Just need to make sure you put info in the right tables.
c
okay cool!
r
all_auth_recipe_users
and
passwordless_users
tables
c
right yes, thanks
luckily their ID's are uuid already so this SHOULD be pretty smooth 😄
r
right! give it a shot.
c
👍