---
title: "Create a contact"
method: POST
path: "/v2/contacts"
tags: ["management"]
---

# Create a contact

`POST /v2/contacts`

Create a new contact

## Request body

- object — Create contact request payload
  - `organizationId` integer — Organization identifier
  - `firstName` string — First name should be between 1 and 150 characters
  - `lastName` string — First name should be between 1 and 150 characters
  - `email` string, required — Email address
  - `phone` string — Contact Phone number
  - `jobTitle` string — Job title should be between 0 and 150 characters
  - `managerUuid` string, uuid — UUID of the manager

## Response `200`

Contact created

- object
  - `id` integer
  - `organizationId` integer
  - `uid` string, uuid
  - `firstName` string
  - `lastName` string
  - `email` string
  - `phone` string
  - `jobTitle` string

## Other responses

- `400` — Bad request
- `401` — Unauthorized
- `403` — Forbidden

---

[API](https://skmtc.net/ninjarmm/apis/ninjaone-public-api-2-0.md) · [All operations](https://skmtc.net/ninjarmm/apis/ninjaone-public-api-2-0/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ninjarmm/ninjaone-public-api-2-0/revisions/753f26d46650/schema)
