---
title: "Update an organization"
method: POST
path: "/organizations/{organizationKey}"
---

# Update an organization

`POST /organizations/{organizationKey}`

Update an [organization](reference#get-an-organization) by providing the organization key.

## Path parameters

- `organizationKey` string, required

## Request body

- object
  - `name` string — Organization name
  - `domains` string — The only websites associated with the organization will be the ones you include here; make sure to include any previously associated addresses as well as the new one(s).
  - `industry` string — Organization industry
  - `phoneNumbers` string — The only phone numbers associated with the organization will be the ones you include here; make sure to include any previously associated numbers as well as the new one(s).
  - `addresses` string — The only addresses associated with the organization will be the ones you include here; make sure to include any previously associated addresses as well as the new one(s).
  - `employeeCount` string — Employee count at the organization
  - `logoURL` string — URL of the organization's logo
  - `other` string — Notes or other uncategorized information.
  - `twitterHandle` string
  - `facebookHandle` string
  - `linkedinHandle` string

## Response `200`

200

- object
  - `teamKey` string
  - `name` string
  - `other` string
  - `domains` string[]
  - `industry` string
  - `phoneNumbers` unknown[]
    - unknown
  - `addresses` string[]
  - `employeeCount` string
  - `logoURL` string
  - `twitterHandle` string
  - `facebookHandle` string
  - `linkedinHandle` string
  - `lastSavedUserKey` string
  - `creatorKey` string
  - `creationDate` integer
  - `key` string
  - `versionTimestamp` integer
  - `lastSavedTimestamp` integer

## Other responses

- `400` — 400

---

[API](https://skmtc.net/streakyc/apis/directory-fields.md) · [All operations](https://skmtc.net/streakyc/apis/directory-fields/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/streakyc/directory-fields/versions/f9ece0b33f19/schema)
