KindeK
Kinde2y ago
8 replies
vikaspachar

How to specify org when creating a user using kinde management api

I want to create two organisations for my app Admins and Users. I want to create users only via api so I disabled auto signup. Now tell me -

1. How can I create a user in the Admins organisation? The default organisation is Users
2. How can I query users by name and email and sort them like I used to do in Auth0.
3. Can I list users along with their roles and permissions? Currently I am sending an additional request to fetch permissions.
4. How to make sure a user only exists in one organisation?
5. Is there any api limit cap, I want to fetch users to query in my app dashboard, or I should keep users synced with my database.
6. How can I setup OnUserCreate, OnUserLogin, OnUserLogout events/hooks?
Was this page helpful?