Hi there,
I am trying to use the api to implement “reset-password”.
However, i encounter this error. “email or username are required.” On the console, i can see my email which means my email is not undefined.
Here is my code:
Same issue on our end, anyone have an answer? Tried adding email to the body of the request and get an error that you can’t send email with a password change. This is nuts.
I’m not using the same API though, I am using /api/v2/users/{userid} with a patch and the body containing the password, verify_password, and connection.