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

UsersApi.createUser() method

Registers a customer. Requires the following parameters: login, password, firstName, lastName, titleCode. Registers a customer

Signature:

createUser(baseSiteId: string, user: UserSignUp, fields?: string, options?: any): Promise<import("axios").AxiosResponse<User>>;

Parameters

Parameter Type Description
baseSiteId string Base site identifier
user UserSignUp User&#39;s object.
fields string Response configuration. This is the list of fields that should be returned in the response body. Examples: BASIC, DEFAULT, FULL
options any Override http request option.

Returns:

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

Exceptions

{RequiredError} UsersApi