How do I import users?
You will have to either programmatically achieve this through the createUser mutation or by importing the users in from Stripe. For the latter, we sync all Stripe customers to Kana users. When customers subscribe through Stripe to your Kana packages, we will also create new users in Kana if they don’t exist.Prerequisites
There are no prerequisites - creating users is one of the first steps to take 🚀Code Sample
Basic
Node.js
Example
Node.js
Next Steps
Congratulations 🎉 You’ve now successfully created users in Kana upon them
signing up for your product.