You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use the api to get password reset link in email using admin token key.
Expected result
Email should be received to reset password.
Actual result
Getting below response on using api
{
"message": "No such entity with %fieldName = %fieldValue, %field2Name = %field2Value",
"parameters": {
"fieldName": "email",
"fieldValue": "xyz@xyz.com",
"field2Name": "websiteId",
"field2Value": 0
}
}