Home > @vsf-enterprise/sap-commerce-webservices-sdk > UsersApi > replaceUserLogin

UsersApi.replaceUserLogin() method

Changes a customer's login name. Requires the customer's current password. Changes customer's login name.

Signature:

replaceUserLogin(baseSiteId: string, newLogin: string, password: string, userId: string, options?: any): Promise<import("axios").AxiosResponse<void>>;

Parameters

Parameter Type Description
baseSiteId string Base site identifier
newLogin string Customer&#39;s new login name. Customer login is case insensitive.
password string Customer&#39;s current password.
userId string User identifier or one of the literals : &#39;current&#39; for currently authenticated user, &#39;anonymous&#39; for anonymous user
options any Override http request option.

Returns:

Promise<import("axios").AxiosResponse<void>>

Exceptions

{RequiredError} UsersApi