---
title: "Create a sub-client"
method: POST
path: "/clients"
tags: ["Clients"]
---

# Create a sub-client

`POST /clients`

## Request body

- object
  - `clientname` string, required
  - `status` 'active' | 'inactive'

## Response `201`

Sub-client created.

- ClientSummary
  - `client_id` integer
  - `clientname` string
  - `status` 'active' | 'inactive'

---

[API](https://skmtc.dev/netcorecloud/apis/email-api-v6.md) · [All operations](https://skmtc.dev/netcorecloud/apis/email-api-v6/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/netcorecloud/email-api-v6/revisions/73f83bc2eff8/schema)
