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

# POST /contacts

`POST /contacts`

| Permissions |
| ------- |
| 10208   |

## Request body

- NewContact — contacts belonging to a tenant (tsType: Omit<Contact, 'id'>, schemaOptions: { title: 'NewContact', exclude: [ 'id' ] })
  - `deleted` boolean
  - `deletedOn` string, date-time, nullable
  - `deletedBy` string, nullable
  - `createdOn` string, date-time
  - `modifiedOn` string, date-time
  - `createdBy` string
  - `modifiedBy` 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 `200`

Contact model instance

- 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

---

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