---
title: "Create a new contact for a company"
method: POST
path: "/public/company/v1/create-contact"
tags: ["Company"]
---

# Create a new contact for a company

`POST /public/company/v1/create-contact`

## Request body

- ContactCreationRequestV1 — Request payload for creating a new contact. The companyId field specifies the company to which the new contact belongs.
  - `firstName` string, required
  - `middleName` string
  - `lastName` string, required
  - `phoneNumber` string, required
  - `email` string, email, required
  - `safetyContact` boolean, required
  - `companyId` string, uuid, required

## Response `200`

Successfully created a contact

- ContactCreationResponseV1
  - `contactId` string, uuid, required

## Other responses

- `400` — The request could not be processed. This could be due to a number of reasons: * The request does not have all required data. * Data in the request is invalid. * Data in the request is inconsistent. * The operation is not allowed given the current state of the data.
- `401` — The request did not contain credentials identifying the caller, or the provided credentials were invalid.
- `403` — The data that the request referred to is inaccessible to the caller.

---

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