error when calling the api
https://{my-tenant}.auth0.com/lo/reset
with a payload
- confirmNewPassword: “myPwd”
- email: “myEmail”
- newPassword: “myPwd”
- ticket: “myTicket”
- 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}