Home > @shopware-pwa/shopware-6-client > resetPassword
# resetPassword() function
Reset a customer's password
Signature:
export declare function resetPassword(params: CustomerResetPasswordParam, contextInstance?: ShopwareApiInstance): Promise<void>;
# Parameters
| Parameter | Type | Description |
|---|---|---|
| params | CustomerResetPasswordParam | |
| contextInstance | ShopwareApiInstance |
Returns:
Promise<void>
# Exceptions
ClientApiError