---
title: "Update Known Contact"
method: PUT
path: "/settings/known-contacts/{known_contact_id}"
tags: ["Settings"]
---

# Update Known Contact

`PUT /settings/known-contacts/{known_contact_id}`

Update an existing known contact.

## Path parameters

- `known_contact_id` string, uuid, required

## Request body

- KnownContactUpdateRequest — Update known contact request model
  - `phone_number` string, nullable — Phone number in E.164 format (e.g., +12025551234)
  - `name` string, nullable — Name of the contact
  - `first_name_phonetic` string, nullable — Phonetic spelling of first name for AI pronunciation

## Response `200`

Successful Response

- KnownContactResponse — Known contact response model
  - `known_contact_id` string, uuid, required
  - `phone_number` string, required — Phone number in E.164 format
  - `name` string, required — Name of the contact
  - `first_name_phonetic` string, required — Phonetic spelling of first name for AI pronunciation

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/openintake/apis/fastapi.md) · [All operations](https://skmtc.dev/openintake/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/openintake/fastapi/revisions/4a81645b59f6/schema)
