---
title: "Update a contact"
method: PATCH
path: "/v2/contact/{id}"
tags: ["management"]
---

# Update a contact

`PATCH /v2/contact/{id}`

Update a contact by their ID

## Path parameters

- `id` integer, required

## Request body

- object — Patch contact request payload
  - `firstName` string — First name should be between 0 and 150 characters
  - `lastName` string — Last name should be between 0 and 150 characters
  - `email` string — Email address
  - `jobTitle` string — Job title should be between 0 and 150 characters
  - `organizationId` integer — Organization identifier
  - `phone` string — Phone number

## Response `200`

Contact updated

- 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
- `404` — Contact not found

---

[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/versions/753f26d46650/schema)
