---
title: "Update a contact"
method: PUT
path: "/v3/contacts/{id}"
tags: ["contacts", "v3"]
---

# Update a contact

`PUT /v3/contacts/{id}`

## Path parameters

- `id` number, required

## Request body

- UpdateContactSchema
  - `full_name` string — Full Name of contact
  - `email` string — Email of contact. Can be optional only if anonymous contact feature is enabled.
  - `phone` string — Phone number of the contact
  - `mobile` string — Mobile number of the contact
  - `job_title` string — Job Title of the contact
  - `referenceId` string — Reference ID of the anonymous contact
  - `unique_id` string — Unique ID of the contact
  - `unsubscribe_text` string — Reason for unsubscribing

## Response `200`

Successful

---

[API](https://skmtc.net/surveysparrow/apis/api-documentation.md) · [All operations](https://skmtc.net/surveysparrow/apis/api-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/surveysparrow/api-documentation/versions/25b2eba467de/schema)
