---
title: "Admin Create Reseller"
method: POST
path: "/api/admin/resellers"
tags: ["admin"]
---

# Admin Create Reseller

`POST /api/admin/resellers`

## Headers

- `authorization` string, nullable

## Request body

- CreateResellerIn
  - `name` string, required
  - `domain_scope` string[]
  - `region` string
  - `contact_email` string, nullable

## Response `200`

Successful Response

- object

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/omicos/apis/omicos-server.md) · [All operations](https://skmtc.dev/omicos/apis/omicos-server/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/omicos/omicos-server/revisions/ab56f76234f2/schema)
