Create Users
Whenever a user signs up to your product, you will need to create that user in Kana so they can subscribe to packages and in turn access your product’s features.
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
Example
Next Steps
Congratulations 🎉 You’ve now successfully created users in Kana upon them signing up for your product.
These users can now be subscribed to the packages you have created in Kana. You can find out more on the ways you can subscribe your users to packages in the following guide.