Set up authentication methods in Kinde
Auth and access
If your user’s authenticate using passwords, you can reset their password through the Kinde admin (instructions below), or through our API using {"is_password_reset_requested": true} in the body of a request.
Note that you need to be a Kinde admin or have sufficient permissions to reset a user’s password.
The next time the user signs in, they will be prompted to change their password.
For an overview of all password reset options — including the user-facing ‘forgot password’ flow and temporary passwords — see Password authentication.