Docs
Dashboard

CustomerActivateInput

Input

Activates a customer account using the provided token and sets the customer’s password.

#

Fields


email
String!

The email address of the customer to be activated.

firstName
String

The first name of the customer.

lastName
String

The last name of the customer.

metadata
[KeyValuePairOfStringAndStringInput!]

The metadata of the customer, which can be used to store additional information about the customer

password
String!

The password to set for the customer account.

token
String!

The activation token that was sent to the customer’s email address, through CustomerRegister.