Skip to content

Rest api - PUT /V1/customers/password api used to get password reset link in email not working #5513

@qwerty7869

Description

@qwerty7869

Steps to reproduce

  1. Use the api to get password reset link in email using admin token key.

Expected result

  1. Email should be received to reset password.

Actual result

  1. 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
    }
    }

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions