> For the complete documentation index, see [llms.txt](https://docs.monolithforensics.com/monolith/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.monolithforensics.com/monolith/monolith-api/clients-api/create-client.md).

# Create Client

## Get Clients

<mark style="color:blue;">`POST`</mark> `/api/v1/clients`

Create a new client.

**Request Body**

| Name            | Type              | Description                                                      |
| --------------- | ----------------- | ---------------------------------------------------------------- |
| `name`          | string (requried) | Full name of the client                                          |
| `email`         | string            | Email address for this person                                    |
| `title`         | string            | Professional title of this client                                |
| `organization`  | string            | Agency or Company that the client is employed with               |
| `unique_id`     | string            | A unique identifier for this person.  (Employee ID, DOB, etc...) |
| `description`   | string            | Notes about this client.                                         |
| `address`       | string            | Street address of client                                         |
| `city`          | string            | City or town of client                                           |
| `state`         | string            | State or Province                                                |
| `province`      | string            | Alternative field for "state" value.                             |
| `country`       | string            | Country of client                                                |
| `postal_code`   | string            | Postal code related to client address                            |
| `office_number` | string            | Office phone number of client                                    |
| `mobile_number` | string            | Mobile phone number of client                                    |
