---
title: "Create Account"
method: POST
path: "/accounts/create"
---

# Create Account

`POST /accounts/create`

Creates a new Account.

## Request body

- object
  - `account_name` string, required — Unique account reference. Can be an email address, but does not need to be.
  - `account_type` string — "CUSTOMER" or "STAFF"
  - `company_name` string
  - `email` string
  - `first_name` string
  - `lang` string — [Supported languages](https://developer.duda.co/reference/getting-started-with-the-duda-api#good-to-know)
  - `last_name` string

## Response `204`

204

## Other responses

- `400` — 400

---

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