Activate

customer Account Management V1Activate By Id Put

put

Activate a customer account using a key that was sent in a confirmation email.

Header parameters
Content-TypestringOptionalExample: application/json
Body
objectOptionalExample: {"confirmationKey":"<string>"}
Responses
200

OK

application/json
Responseobject
put
PUT /V1/customers/me/activate HTTP/1.1
Host: {{baseurl}}
Content-Type: application/json
Accept: */*
Content-Length: 30

{
  "confirmationKey": "<string>"
}
{
  "email": "<string>",
  "firstname": "<string>",
  "lastname": "<string>",
  "id": "<integer>",
  "group_id": "<integer>",
  "default_billing": "<string>",
  "default_shipping": "<string>",
  "confirmation": "<string>",
  "created_at": "<string>",
  "updated_at": "<string>",
  "created_in": "<string>",
  "dob": "<string>",
  "middlename": "<string>",
  "prefix": "<string>",
  "suffix": "<string>",
  "gender": "<integer>",
  "store_id": "<integer>",
  "taxvat": "<string>",
  "website_id": "<integer>",
  "addresses": [
    {
      "id": "<integer>",
      "customer_id": "<integer>",
      "region": {
        "region_code": "<string>",
        "region": "<string>",
        "region_id": "<integer>",
        "extension_attributes": "<object>"
      },
      "region_id": "<integer>",
      "country_id": "<string>",
      "street": [
        "<string>",
        "<string>"
      ],
      "company": "<string>",
      "telephone": "<string>",
      "fax": "<string>",
      "postcode": "<string>",
      "city": "<string>",
      "firstname": "<string>",
      "lastname": "<string>",
      "middlename": "<string>",
      "prefix": "<string>",
      "suffix": "<string>",
      "vat_id": "<string>",
      "default_shipping": "<boolean>",
      "default_billing": "<boolean>",
      "extension_attributes": "<object>",
      "custom_attributes": [
        {
          "attribute_code": "dolore dolor Lorem",
          "value": "Excepteur eiusmod"
        },
        {
          "attribute_code": "commodo",
          "value": "ullam"
        }
      ]
    },
    {
      "id": "<integer>",
      "customer_id": "<integer>",
      "region": {
        "region_code": "<string>",
        "region": "<string>",
        "region_id": "<integer>",
        "extension_attributes": "<object>"
      },
      "region_id": "<integer>",
      "country_id": "<string>",
      "street": [
        "<string>",
        "<string>"
      ],
      "company": "<string>",
      "telephone": "<string>",
      "fax": "<string>",
      "postcode": "<string>",
      "city": "<string>",
      "firstname": "<string>",
      "lastname": "<string>",
      "middlename": "<string>",
      "prefix": "<string>",
      "suffix": "<string>",
      "vat_id": "<string>",
      "default_shipping": "<boolean>",
      "default_billing": "<boolean>",
      "extension_attributes": "<object>",
      "custom_attributes": [
        {
          "attribute_code": "incididunt",
          "value": "Ut"
        },
        {
          "attribute_code": "magna vol",
          "value": "adipisicing cupidatat sint officia"
        }
      ]
    }
  ],
  "disable_auto_group_change": "<integer>",
  "extension_attributes": {
    "assistance_allowed": "<integer>",
    "is_subscribed": "<boolean>",
    "amazon_id": "<string>",
    "vertex_customer_code": "<string>",
    "vertex_customer_country": "<string>"
  },
  "custom_attributes": [
    {
      "attribute_code": "eu nisi ",
      "value": "consequat sed id sit nostrud"
    },
    {
      "attribute_code": "officia in fugiat",
      "value": "ess"
    }
  ]
}