Deprecated
This JSON-RPC method is deprecated.
Method should be used on native integrations (mobile / tv) to build "forgot password" functionality. After user receives email with link requestPasswordReset method), parameters attached to this url have to be used here.
Enterprise account required. Contact us if you're interested about opening Enterprise account.
Parameters
Name | Type | Description |
---|---|---|
publisherToken* | string | Your publisher token. To open enterprise account contact us. |
customerEmail* | string | Email of customer |
resetPasswordToken* | string | Token attached to the url generated and sent to customer using requestPasswordReset method. |
newPassword* | string | New customer password. |