---
title: "PUT /accounts/{pk}"
method: PUT
path: "/accounts/{pk}"
tags: ["Accounts"]
---

# PUT /accounts/{pk}

`PUT /accounts/{pk}`

## Path parameters

- `pk` string, required

## Request body

- AuthAccountUpdate
  - `id` string
  - `name` string
  - `icon` string, binary, nullable
  - `description` string, nullable
  - `overview` string, nullable
  - `headquarters` string, nullable
  - `external_id` string
  - `countries` unknown[], nullable — Template (ISO 3166 Alpha 2: <a href="https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2#Officially_assigned_code_elements">List of codes</a>):<br>[<br>"GB",<br>"RU"<br>]
    - unknown
  - `languages` string[], nullable — Template:<br>[<br>"https://example.com",<br>"http://cloudblue.com/"<br>]
  - `websites` string[], nullable — Template:<br>[<br>"https://example.com",<br>"http://cloudblue.com/"<br>]
  - `industries` AuthIdWrite[]
    - `id` string, required
  - `users` AuthIdWrite[]
    - `id` string, required
  - `permissions` AuthAccountPermissionsWrite
    - `agreement` AuthAgreementPermissionsWrite, required
      - `program` AuthProgramAgreementPermissionsWrite, required
        - `create` boolean, required
      - `service` AuthServiceAgreementPermissionsWrite, required
        - `create` boolean, required
        - `delegate` boolean, required
  - `brand` string

## Response `200`

- AuthAccountUpdate
  - `id` string
  - `name` string
  - `icon` string, binary, nullable
  - `description` string, nullable
  - `overview` string, nullable
  - `headquarters` string, nullable
  - `external_id` string
  - `countries` unknown[], nullable — Template (ISO 3166 Alpha 2: <a href="https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2#Officially_assigned_code_elements">List of codes</a>):<br>[<br>"GB",<br>"RU"<br>]
    - unknown
  - `languages` string[], nullable — Template:<br>[<br>"https://example.com",<br>"http://cloudblue.com/"<br>]
  - `websites` string[], nullable — Template:<br>[<br>"https://example.com",<br>"http://cloudblue.com/"<br>]
  - `industries` AuthIdWrite[]
    - `id` string, required
  - `users` AuthIdWrite[]
    - `id` string, required
  - `permissions` AuthAccountPermissionsWrite
    - `agreement` AuthAgreementPermissionsWrite, required
      - `program` AuthProgramAgreementPermissionsWrite, required
        - `create` boolean, required
      - `service` AuthServiceAgreementPermissionsWrite, required
        - `create` boolean, required
        - `delegate` boolean, required
  - `brand` string

## Other responses

- `400`

---

[API](https://skmtc.net/cloudblue/apis/cloudblue-connect-api.md) · [All operations](https://skmtc.net/cloudblue/apis/cloudblue-connect-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/cloudblue/cloudblue-connect-api/versions/54fef191d46c/schema)
