---
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
  - `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

## Response `204`

Contact PUT success

---

[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)
