---
title: "Create a new account"
method: POST
path: "/account"
---

# Create a new account

`POST /account`

## Request body

- object
  - `account` Account
    - `id` string
    - `name` string
    - `email` string
    - `createdTime` integer

## Response `200`

Account ID

- object
  - `account` string

---

[API](https://skmtc.dev/dream-horizon-org/apis/dota-api.md) · [All operations](https://skmtc.dev/dream-horizon-org/apis/dota-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/dream-horizon-org/dota-api/revisions/b8f48e5c111b/schema)
