SapccApiCreateUserRequest
Request parameters for createUser operation in SapccApi. SapccApiCreateUserRequest
interface SapccApiCreateUserRequest {
readonly baseSiteId: string;
readonly fields?: string;
readonly sapCommerceCloudCaptchaToken?: string;
readonly userSignUp: UserSignUp;
}Properties
| Name | Required | Type | Description |
|---|---|---|---|
baseSiteId | Required | string | Base site identifier {string} SapccApiCreateUser |
fields | Optional | string | Response configuration. This is the list of fields that should be returned in the response body. Examples: BASIC,DEFAULT,FULL {string} SapccApiCreateUser |
sapCommerceCloudCaptchaToken | Optional | string | The user's response token returned by captcha provider, for example, the g-recaptcha-response returned by google recaptcha client. When the captchaCheckEnabled = true for the store, the field is mandatory and will call the provider to validate. {string} SapccApiCreateUser |
userSignUp | Required | UserSignUp | {UserSignUp} SapccApiCreateUser |