https://supertokens.com/ logo
Title
s

samuel-qosenergy

03/01/2023, 3:08 PM
Hello #644849840475602944 I'd like to known if there is a way to mass-create users in order to initialize the supertokens database. We have a lot of users to migrate and the request by request operations is taking ages (using the gloang SDK) For testing, we have a first batch to create all users (~1 hour processing) and a second one that only updates them (which is really faster ~25 sec) Is it the correct way to proceed and can the first step can be done using only one request ?
r

rp

03/01/2023, 4:16 PM
hey @samuel-qosenergy there is no way to several bulk users with one API call. It is one API call per user at the moment.