Home > @vsf-enterprise/commercetools-api > ApiMethods > customerChangeMyPassword
# ApiMethods.customerChangeMyPassword() method
See the customerChangeMyPassword() function
Signature:
customerChangeMyPassword(version: string, currentPassword: string, newPassword: string): Promise<CustomerChangeMyPasswordResponse>;
# Parameters
| Parameter | Type | Description |
|---|---|---|
| version | string | |
| currentPassword | string | |
| newPassword | string |
Returns:
Promise<CustomerChangeMyPasswordResponse>