---
title: "Creates a Contact"
method: POST
path: "/contacts"
tags: ["Contact"]
---

# Creates a Contact

`POST /contacts`

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

## Request body

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

## Response `200`

successful

## Other responses

- `401` — Requires permission: Customers - Edit
- `404` — Customer not found
- `422` — Invalid request

## Changes

- **2026-08-18** `ba07bb992e69` — 2 info
  - added the new optional request property `enable_portal_user`
  - added the new optional request property `extension`

[Change history](https://skmtc.dev/syncromsp/apis/syncro/changes/contacts/post.md)

---

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