Check if the user already exists in Kinde
Hey, is there a way to check if a user (by email) is already registered with Kinde? I’m looking to migrate from Auth0 to Kinde and need to determine if the user already exists in Kinde so that I can direct them to the appropriate login page.
6 Replies
Hey, you could use the kinde management api to do so. What SDK are you using ?
I'm using React
Which api that can I use, please?
check this : https://github.com/kinde-oss/management-api-js
GitHub
GitHub - kinde-oss/management-api-js: javascript package for intera...
javascript package for interacting with the Kinde Management API - kinde-oss/management-api-js
I think that's not what I need
I sent you think link because management-api-js is the easiest way to interact with the kinde management api otherwise have a look here :
https://kinde.com/api/docs/#create-user
Using the kinde management api and sending a request to
Thank you @IkiTg07 , I have found the way.