# customerActivateByUrl - storefront - MUTATION
Version: 2025-01

## Description
Activates a customer with the activation url received from `customerCreate`.

### Access Scopes
`unauthenticated_write_customers` access scope.


## Arguments
* [activationUrl](/docs/api/storefront/2025-01/scalars/URL): URL! - The customer activation URL.
* [password](/docs/api/storefront/2025-01/scalars/String): String! - A new password set during activation.


## Returns
* [customer](/docs/api/storefront/2025-01/objects/Customer): Customer The customer that was activated.
* [customerAccessToken](/docs/api/storefront/2025-01/objects/CustomerAccessToken): CustomerAccessToken A new customer access token for the customer.
* [customerUserErrors](/docs/api/storefront/2025-01/objects/CustomerUserError): CustomerUserError! The list of errors that occurred from executing the mutation.


## Examples