---
title: "Edit a Contact"
method: PUT
path: "/contact/{contactId}"
tags: ["Contact"]
---

# Edit a Contact

`PUT /contact/{contactId}`

## Headers

- `X-Fields` string, mask

## Request body

- ContactUpdate
  - `active` integer
  - `description` string
  - `email` string
  - `fullName` string
  - `phone` string

## Response `200`

Contact successfully updated.

- ContactDump
  - `active` integer, required
  - `clientId` integer
  - `contactId` integer
  - `description` string
  - `email` string, required
  - `fullName` string, required
  - `isClient` boolean
  - `phone` string
  - `referralCode` string

## Other responses

- `400` — Unable to update Contact Data.
- `403` — You have not been granted permission to complete this action. Please contact your account manager to grant the proper permission.

---

[API](https://skmtc.net/hivelocity/apis/hivelocity-api.md) · [All operations](https://skmtc.net/hivelocity/apis/hivelocity-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/hivelocity/hivelocity-api/revisions/ee6b717b5015/schema)
