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

# PUT /contacts/{id}

`PUT /contacts/{id}`

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

## Path parameters

- `id` string, required

## Request body

- 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
  - `firstName` string, required — first name of the lead
  - `lastName` string, required — last name of the lead
  - `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.
  - `type` string — type of the contact
  - `tenantId` string — tenant id this contact belongs to

## Response `204`

Contact PUT success

---

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