---
title: "Create Admin"
method: POST
path: "/api/setup/create-admin"
tags: ["setup"]
---

# Create Admin

`POST /api/setup/create-admin`

## Request body

- CreateAdminRequest
  - `email` string, email, required
  - `password` string, required
  - `currency` string
  - `name` string
  - `language` string

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/usesecuro/apis/securo.md) · [All operations](https://skmtc.dev/usesecuro/apis/securo/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/usesecuro/securo/revisions/1df3dfa0c028/schema)
