---
title: "Create a new seller"
method: POST
path: "/iam/admin/sellers"
tags: ["Sellers"]
---

# Create a new seller

`POST /iam/admin/sellers`

Create a Seller account. Created Seller gets an email with an account activation link (stays active
for 24 hours). The link opens the password setup page. Once the password is set up, the Seller is
redirected to the admin panel.

## Request body

- Seller
  - `id` integer, required — Seller's ID.
  - `email` string, email, required — Seller's email address.
  - `full_name` string, required — Seller's full name.
  - `phone` string — Seller's phone number.
  - `reseller_name` string, required — Seller's reseller's name.
  - `company` string, required — Seller's company.
  - `date_joined` string, required — Registration date.
  - `activated` boolean, required — Show the activation status of seller's account: - `true` – a seller has clicked on the activation link and has set up a password; - `false` – a seller hasn't clicked on the activation link.
  - `deleted` boolean, required — Show the deletion status of seller's account: - `true` – a seller has been deleted; - `false` – a seller is active.

## Response `200`

OK.

- Seller
  - `id` integer, required — Seller's ID.
  - `email` string, email, required — Seller's email address.
  - `full_name` string, required — Seller's full name.
  - `phone` string — Seller's phone number.
  - `reseller_name` string, required — Seller's reseller's name.
  - `company` string, required — Seller's company.
  - `date_joined` string, required — Registration date.
  - `activated` boolean, required — Show the activation status of seller's account: - `true` – a seller has clicked on the activation link and has set up a password; - `false` – a seller hasn't clicked on the activation link.
  - `deleted` boolean, required — Show the deletion status of seller's account: - `true` – a seller has been deleted; - `false` – a seller is active.

## Other responses

- `400` — Validation error
- `401` — Authentication credentials were not provided or given token not valid for any token type.

---

[API](https://skmtc.net/g-core/apis/gcore-openapi.md) · [All operations](https://skmtc.net/g-core/apis/gcore-openapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/g-core/gcore-openapi/revisions/09e652815095/schema)
