Skip to main content
Anchor to customerGenerateAccountActivationUrl

customerGenerateAccountActivationUrl

mutation

Requires write_customers access scope.

Generate an account activation URL for a customer.

•ID!
required

The ID of the customer that the URL is generated for.


Was this section helpful?

Anchor to CustomerGenerateAccountActivationUrlPayload returnsCustomerGenerateAccountActivationUrlPayload returns

Anchor to accountActivationUrlaccountActivationUrl
•URL

The generated account activation URL.

•[UserError!]!
non-null

The list of errors that occurred from executing the mutation.


Was this section helpful?