---
title: "PATCH /contacts/{id}/"
method: PATCH
path: "/contacts/{id}/"
tags: ["contacts"]
---

# PATCH /contacts/{id}/

`PATCH /contacts/{id}/`

A viewset for viewing contacts of a client

## Request body

- object
  - `id` integer
  - `full_name` string, required — Full name of the contact
  - `display_name` string — Name to display which can be different from full name
  - `email` string, email, nullable — Contact email
  - `picture` string, uri — Link to the contact picture
  - `phone_number` string — Contact phone number
  - `description` string — Description of the contact
  - `organization` integer — Organization to which the contact belongs.
  - `custom_fields` object — Contact values for custom fields defined in Manatal.
  - `creator` integer — User who created the contact
  - `created_at` string, date-time — Date at which the contact was created
  - `updated_at` string, date-time

## Response `200`

- object
  - `id` integer
  - `full_name` string, required — Full name of the contact
  - `display_name` string — Name to display which can be different from full name
  - `email` string, email, nullable — Contact email
  - `picture` string, uri — Link to the contact picture
  - `phone_number` string — Contact phone number
  - `description` string — Description of the contact
  - `organization` integer — Organization to which the contact belongs.
  - `custom_fields` object — Contact values for custom fields defined in Manatal.
  - `creator` integer — User who created the contact
  - `created_at` string, date-time — Date at which the contact was created
  - `updated_at` string, date-time

---

[API](https://skmtc.net/manatal/apis/manatal-career-page-api.md) · [All operations](https://skmtc.net/manatal/apis/manatal-career-page-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/manatal/manatal-career-page-api/versions/59053f2da83c/schema)
