PATCH /portal/user/{email}/_send_password_resetΒΆ
Send a password reset email to a user.
Path parameters:
Name |
Type |
Description |
---|---|---|
|
string, required |
retailer portal user email address |
Possible responses:
204 - if a password reset was sent
404 - if the user does not exist or is not manageable by this API
Example request:
POST /portal/user/me@example.com/__send_password_reset HTTP/1.1
Host: api.ereceipts.co.uk
Example response:
HTTP/1.1 204 No Content