Hi <@498057949541826571> ! I am trying to import users from one supertokens db (postgres) to another...
m
Hi @rp_st ! I am trying to import users from one supertokens db (postgres) to another db (also postgres). They are all social login users . I found this request (POST 'http://localhost:3567/recipe/signinup') which would work great however I need to keep the existing userIds from the old db and the schema of the request does not include such a field. Is there a way to achieve this?