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

# Create a new client

`POST /Clients`

Creates a new sip client

## Request body

- object
  - `account_sid` string, uuid, required
  - `username` string, required
  - `password` string, required
  - `is_active` 1 | 0
  - `allow_direct_app_calling` 1 | 0
  - `allow_direct_queue_calling` 1 | 0
  - `allow_direct_user_calling` 1 | 0

## Response `201`

Client created successfully

- object
  - `sid` string, uuid

## Other responses

- `400` — Bad Request

---

[API](https://skmtc.net/jambonz/apis/jambonz-api.md) · [All operations](https://skmtc.net/jambonz/apis/jambonz-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/jambonz/jambonz-api/revisions/56f317145d23/schema)
