---
title: "PATCH /contacts"
method: PATCH
path: "/contacts"
tags: ["ContactController"]
---

# PATCH /contacts

`PATCH /contacts`

| Permissions |
| ------- |
| 10209   |

## Request body

- ContactPartial — contacts belonging to a tenant (tsType: Partial<Contact>, schemaOptions: { partial: true })
  - `deleted` boolean
  - `deletedOn` string, date-time, nullable
  - `deletedBy` string, nullable
  - `createdOn` string, date-time
  - `modifiedOn` string, date-time
  - `createdBy` string
  - `modifiedBy` string
  - `id` string
  - `name` string — name of the contact of a tenant
  - `email` string — email id of the contact
  - `isPrimary` boolean — boolean value denoting if the contact is a primary contact for it's tenant.
  - `tenantId` string — tenant id this contact belongs to

## Response `200`

Contact PATCH success

- Contact — contacts belonging to a tenant
  - `deleted` boolean
  - `deletedOn` string, date-time, nullable
  - `deletedBy` string, nullable
  - `createdOn` string, date-time
  - `modifiedOn` string, date-time
  - `createdBy` string
  - `modifiedBy` string
  - `id` string
  - `name` string, required — name of the contact of a tenant
  - `email` string, required — email id of the contact
  - `isPrimary` boolean, required — boolean value denoting if the contact is a primary contact for it's tenant.
  - `tenantId` string — tenant id this contact belongs to

---

[API](https://skmtc.net/sourcefuse/apis/tenant-mgmt-service.md) · [All operations](https://skmtc.net/sourcefuse/apis/tenant-mgmt-service/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/sourcefuse/tenant-mgmt-service/versions/788b2c08f36d/schema)
