---
title: "Create account"
method: POST
path: "/account"
tags: ["Account"]
---

# Create account

`POST /account`

Creates a new account (internal use)

## Request body

- object
  - `account` AccountCreate
    - `email` string, email, required
    - `name` string, required
    - `gitHubId` string
    - `microsoftId` string
    - `azureAdId` string

## Response `200`

Account created

- object
  - `account` string — Account ID

---

[API](https://skmtc.net/dream-horizon-org/apis/delivr-ota-server-api.md) · [All operations](https://skmtc.net/dream-horizon-org/apis/delivr-ota-server-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/dream-horizon-org/delivr-ota-server-api/revisions/0ad4e4284735/schema)
