# Activate a customer account using a key that was sent in a confirmation email **PUT /V1/customers/me/activate** Activate a customer account using a key that was sent in a confirmation email. ## Servers - https://magento2.winkelstraat.mac/rest/all: https://magento2.winkelstraat.mac/rest/all () ## Parameters ## Body parameters Content-type: - **confirmationKey** (string) ## Responses ### 200: 200 Success. #### Body Parameters: (object) - **id** (integer) Customer id - **group_id** (integer) Group id - **default_billing** (string) Default billing address id - **default_shipping** (string) Default shipping address id - **confirmation** (string) Confirmation - **created_at** (string) Created at time - **updated_at** (string) Updated at time - **created_in** (string) Created in area - **dob** (string) In keeping with current security and privacy best practices, be sure you are aware of any potential legal and security risks associated with the storage of customers’ full date of birth (month, day, year) along with other personal identifiers (e.g., full name) before collecting or processing such data. - **email** (string) Email address - **firstname** (string) First name - **lastname** (string) Last name - **middlename** (string) Middle name - **prefix** (string) Prefix - **suffix** (string) Suffix - **gender** (integer) Gender - **store_id** (integer) Store id - **taxvat** (string) Tax Vat - **website_id** (integer) Website id - **addresses** (array[object]) Customer address interface. - **disable_auto_group_change** (integer) Disable auto group change flag. - **extension_attributes** (object) ExtensionInterface class for @see \Magento\Customer\Api\Data\CustomerInterface - **custom_attributes** (array[object]) Interface for custom attribute value. ### 401: 401 Unauthorized #### Body Parameters: (object) - **message** (string) Error message - **errors** (array[object]) Error details - **code** (integer) Error code - **parameters** (array[object]) Error parameters item - **trace** (string) Stack trace ### 500: Internal Server error #### Body Parameters: (object) - **message** (string) Error message - **errors** (array[object]) Error details - **code** (integer) Error code - **parameters** (array[object]) Error parameters item - **trace** (string) Stack trace ### default: Unexpected error #### Body Parameters: (object) - **message** (string) Error message - **errors** (array[object]) Error details - **code** (integer) Error code - **parameters** (array[object]) Error parameters item - **trace** (string) Stack trace [Powered by Bump.sh](https://bump.sh)