Home > @vsf-enterprise/sap-commerce-webservices-sdk > UsersApi > replaceUserPassword
UsersApi.replaceUserPassword() method
Changes customer's password. Changes customer's password
Signature:
replaceUserPassword(baseSiteId: string, _new: string, userId: string, old?: string, options?: any): Promise<import("axios").AxiosResponse<void>>;
Parameters
Parameter | Type | Description |
---|---|---|
baseSiteId | string | Base site identifier |
_new | string | New password. |
userId | string | User identifier or one of the literals : 'current' for currently authenticated user, 'anonymous' for anonymous user |
old | string | Old password. Required only for ROLE_CUSTOMERGROUP |
options | any | Override http request option. |
Returns:
Promise<import("axios").AxiosResponse<void>>
Exceptions
{RequiredError} UsersApi