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

UsersApi.updateUser() method

Updates customer profile. Only attributes provided in the request body will be changed. Updates customer profile

Signature:

updateUser(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 : &#39;current&#39; for currently authenticated user, &#39;anonymous&#39; for anonymous user
user User User&#39;s object.
options any Override http request option.

Returns:

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

Exceptions

{RequiredError} UsersApi