Yea. So you can do a couple of things: - create a ...
# support-questions
r
Yea. So you can do a couple of things: - create a new user using your email and then send a password reset request to your email. Then the link will contain the token - You can create a user with some random email and pass their userId to the create_password_reset_token function (here: https://supertokens.io/docs/python/recipe/thirdpartyemailpassword/asyncio/index.html#supertokens_python.recipe.thirdpartyemailpassword.asyncio.create_reset_password_token) this will return the password reset token for that user_id which you can use in postman