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 : &#39;current&#39; for currently authenticated user, &#39;anonymous&#39; 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