---
title: "Create a reseller"
method: POST
path: "/v3/resellers"
tags: ["Resellers"]
---

# Create a reseller

`POST /v3/resellers`

Creates a new reseller.

## Request body

- ResellerCreateRequestModel
  - `name` string, required — Name of the reseller.
  - `email` string, email, required — Notification email of the reseller.
  - `description` string, nullable — Description for the reseller.
  - `allowedUsers` integer, required — Max number of users the reseller is allowed to create. Set to -1 to allow unlimited users.
  - `allowedOrganizations` integer, required — Max number of organizations the reseller is allowed to create. Set to -1 to allow unlimited organizations.

## Response `201`

Created

- ResellerDto
  - `id` string, required
  - `createdAt` string, date-time, required
  - `updatedAt` string, date-time, required
  - `name` string, required
  - `email` string, required
  - `description` string, required
  - `allowedUsers` integer, required
  - `allowedOrganizations` integer, required

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `409` — Conflict
- `429` — Too Many Requests
- `500` — Server Error

---

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