Custom reset password api

error when calling the api
https://{my-tenant}.auth0.com/lo/reset
with a payload

  1. confirmNewPassword: “myPwd”
  2. email: “myEmail”
  3. newPassword: “myPwd”
  4. ticket: “myTicket”
  5. csrf_token: “mycsrf_token”
    api errors out with 400 error
    the error shows missing property" tenant must be specified" im pretty sure of my tenant or should I pass it in the payload as well?

response
{“name”:“BadRequestError”,“code”:“missing_property”,“description”:“tenant must be specified”,“statusCode”:400}

1 Like

Hi @Rahmo,

It doesn’t look like you are using a documented Auth0 API.

Have you looked into the documented password reset flows? And how to customize them?

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.