---
title: "CreateAccount"
method: POST
path: "/v1/account/"
tags: ["account"]
---

# CreateAccount

`POST /v1/account/`

Create a new account.

## Request body

- DtoCreateAccount
  - `isSuperAdmin` boolean
  - `password` string
  - `username` string

## Response `201`

AccountCreated

- object

---

[API](https://skmtc.net/goinfinite/apis/osapi.md) · [All operations](https://skmtc.net/goinfinite/apis/osapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/goinfinite/osapi/revisions/7320a5d8ef9e/schema)
