---
title: "Update a contact"
method: POST
path: "/contacts/{contactKey}"
---

# Update a contact

`POST /contacts/{contactKey}`

Update a [contact](reference#read-a-contact-1) by providing the contact key.

## Path parameters

- `contactKey` string, required

## Request body

- object
  - `givenName` string — First name
  - `familyName` string — Last name
  - `emailAddresses` string[] — The only email addresses associated with the contact will be the ones you include here; make sure to include any previously associated addresses as well as the new one(s).
  - `title` string — Contact's title/description
  - `other` string — Notes or other uncategorized information.
  - `addresses` string[] — The only addresses associated with the contact will be the ones you include here; make sure to include any previously associated addresses as well as the new one(s).
  - `phoneNumbers` string[] — The only phone numbers associated with the contact will be the ones you include here; make sure to include any previously associated numbers as well as the new one(s).
  - `twitterHandle` string
  - `facebookHandle` string
  - `linkedinHandle` string
  - `photoUrl` string
  - `teamKey` string — Streak team key

## Response `200`

200

- object
  - `teamKey` string
  - `givenName` string
  - `familyName` string
  - `title` string
  - `emailAddresses` string[]
  - `phoneNumbers` string[]
  - `addresses` string[]
  - `twitterHandle` string
  - `creationDate` integer
  - `key` string

## 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)
