Home > @vsf-enterprise/sap-commerce-webservices-sdk > UsersApi > replaceUser
UsersApi.replaceUser() method
Updates customer profile. Attributes not provided in the request body will be defined again (set to null or default). Updates customer profile
Signature:
replaceUser(baseSiteId: string, userId: string, user: User, options?: any): Promise<import("axios").AxiosResponse<void>>;
Parameters
| Parameter | Type | Description | 
|---|---|---|
| baseSiteId | string | Base site identifier | 
| userId | string | User identifier or one of the literals : 'current' for currently authenticated user, 'anonymous' for anonymous user | 
| user | User | User's object | 
| options | any | Override http request option. | 
Returns:
Promise<import("axios").AxiosResponse<void>>
Exceptions
{RequiredError} UsersApi