---
title: "Create a contact for the customer"
method: POST
path: "/customers/{customer_id}/contacts"
tags: ["Customers"]
---

# Create a contact for the customer

`POST /customers/{customer_id}/contacts`

This API let’s you to create a contact for the customer

## Path parameters

- `customer_id` string, required

## Request body

- CreateCustomerContactRequest — Payload to create a contact for a customer
  - `preferredUsername` string
  - `name` string, required
  - `password` string
  - `email` string, required
  - `phone` string
  - `verified` boolean
  - `loginAccess` boolean

## Response `201`

Response for CreateCustomerContactRequest

- CreateCustomerContactResponse
  - `username` string, required
  - `preferredUsername` string
  - `name` string, required
  - `email` string
  - `phone` string
  - `loginAccess` boolean, required
  - `createdBy` string
  - `createdAt` string, date-time, required
  - `verified` boolean, required

## Other responses

- `400` — Error response
- `401` — Error response
- `403` — Error response
- `404` — Error response
- `429` — Error response
- `default` — Error response

---

[API](https://skmtc.net/togaihq/apis/togai-apis.md) · [All operations](https://skmtc.net/togaihq/apis/togai-apis/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/togaihq/togai-apis/revisions/442f5d8f4aa0/schema)
