---
title: "Updates an existing Contact"
method: PUT
path: "/contacts/{id}"
tags: ["Contact"]
---

# Updates an existing Contact

`PUT /contacts/{id}`

Required permission: Customers - Edit
Single-Customer Users can only access own contacts.

## Path parameters

- `id` integer, required

## Request body

- object
  - `customer_id` integer
  - `name` string, required
  - `address1` string
  - `address2` string
  - `city` string
  - `state` string
  - `zip` string
  - `email` string
  - `phone` string
  - `title` string
  - `mobile` string
  - `notes` string
  - `extension` string
  - `enable_portal_user` boolean

## Response `200`

successful

## Other responses

- `401` — Requires permission: Customers - Edit
- `404` — Single-Customer User cannot view other customers' contacts
- `422` — Invalid request

---

[API](https://skmtc.dev/syncromsp/apis/syncro.md) · [All operations](https://skmtc.dev/syncromsp/apis/syncro/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/syncromsp/syncro/revisions/dfc1c332d2c2/schema)
