Apologies for the bunch of questions. If I want to...
# support-questions
j
Apologies for the bunch of questions. If I want to be able to programatically create a user would i use the /recipes based API endpoints. Scenario is inviting another user through an admin screen?
r
Yea! We also have a bunch of helper functions in the SDK itself to create new users
j
Ok cool. Also, is it possible to have multiple users per SuperTokens SaaS service?
r
Can you elaborate more?
j
https://supertokens.com/dashboard-saas - can I have multiple admin accounts
r
As in you want to invite team members to the dashboard?
j
Yeah!
r
ah right. That's not possible yet 😦 The dashboard itself is very limited in what you can do with it... so that's not a priority. We are working on an actual user management dashboard, and once that is there, we will add that feature.
j
No probs, just checking. Thanks
BTW, love how easy it is to follow how supertokens works. So simple in comparison to other providers
r
thank you!! appreciate it :))
j
hey @rp got a follow up question if you don't mind. I've noticed
EmailPassword.signUp(...)
is static. Is the fact you superTokens.init( { recipies: [EmailPassword] }) initialises the recipe with the correct backend url and api key?
r
correct.
2 Views