---
title: "PUT (update) Account Details"
method: PUT
path: "/account/summary"
tags: ["Account Services"]
---

# PUT (update) Account Details

`PUT /account/summary`

Use this method to update account details for a Constant Contact account, such as the email address or phone number. This PUT method provides a partial update where only valid properties that you include in the request body are updated and excluded properties are not overwritten. For more details, see [Put (update) Account Summary Details](/api_guide/account_details_put.html).

## Request body

- CustomerPut
  - `contact_email` string — The confirmed email address that is associated with the account owner.
  - `contact_phone` string — The account owner's contact phone number (up to 25 characters in length).
  - `country_code` string — The two-letter <a href='https://en.wikipedia.org/wiki/ISO_3166-1' target='_blank'>ISO 3166-1 code</a> representing the organization's country.
  - `encoded_account_id` string — The read only encoded account ID that uniquely identifies the account.
  - `first_name` string — The account owner's first name.
  - `last_name` string — The account owner's last name.
  - `organization_name` string — The name of the organization that is associated with this account.
  - `organization_phone` string — The phone number of the organization that is associated with this account.
  - `state_code` string — The two letter <a href='https://en.wikipedia.org/wiki/ISO_3166-1' target='_blank'>ISO 3166-1 code</a> used to specify the state to associate with the account. This property is required if the <code>country_code</code> is US (United States).
  - `time_zone_id` string — The time zone to use for the account; as defined in the IANA time-zone database (see http://www.iana.org/time-zones).
  - `website` string — The organization's website URL.

## Response `200`

Request successful

- CustomerPut
  - `contact_email` string — The confirmed email address that is associated with the account owner.
  - `contact_phone` string — The account owner's contact phone number (up to 25 characters in length).
  - `country_code` string — The two-letter <a href='https://en.wikipedia.org/wiki/ISO_3166-1' target='_blank'>ISO 3166-1 code</a> representing the organization's country.
  - `encoded_account_id` string — The read only encoded account ID that uniquely identifies the account.
  - `first_name` string — The account owner's first name.
  - `last_name` string — The account owner's last name.
  - `organization_name` string — The name of the organization that is associated with this account.
  - `organization_phone` string — The phone number of the organization that is associated with this account.
  - `state_code` string — The two letter <a href='https://en.wikipedia.org/wiki/ISO_3166-1' target='_blank'>ISO 3166-1 code</a> used to specify the state to associate with the account. This property is required if the <code>country_code</code> is US (United States).
  - `time_zone_id` string — The time zone to use for the account; as defined in the IANA time-zone database (see http://www.iana.org/time-zones).
  - `website` string — The organization's website URL.

## Other responses

- `400` — Bad request. Either the JSON was malformed or there was a data validation error.
- `401` — The Access Token used is invalid.
- `403` — Forbidden request. You lack the necessary scopes, you lack the necessary user privileges, or the application is deactivated.
- `500` — There was a problem with our internal service.
- `503` — Our internal service is temporarily unavailable.

---

[API](https://skmtc.net/cc/apis/appconnect-v3.md) · [All operations](https://skmtc.net/cc/apis/appconnect-v3/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/cc/appconnect-v3/revisions/4b4a534c818d/schema)
