Skip to main content
Version: 3.x

accountRegister

Register a new user.

Triggers the following webhook events:

  • CUSTOMER_CREATED (async): A new customer account was created.
  • NOTIFY_USER (async): A notification for account confirmation.
  • ACCOUNT_CONFIRMATION_REQUESTED (async): An user confirmation was requested. This event is always sent regardless of settings.
accountRegister(
input: AccountRegisterInput!
): AccountRegister

Arguments

accountRegister.input ● AccountRegisterInput! non-null input

Fields required to create a user.

Type

AccountRegister object

Register a new user.

Triggers the following webhook events:

  • CUSTOMER_CREATED (async): A new customer account was created.
  • NOTIFY_USER (async): A notification for account confirmation.
  • ACCOUNT_CONFIRMATION_REQUESTED (async): An user confirmation was requested. This event is always sent regardless of settings.

Was this page helpful?