---
title: "Register"
method: POST
path: "/api/v1/users"
tags: ["⚠️ Not supported yet", "Auth"]
---

# Register

`POST /api/v1/users`

Register

## Request body

- object
  - `data` object
    - `attributes` object
      - `email` string
      - `password` string
      - `password_confirmation` string
    - `type` string

## Response `200`

---

[API](https://skmtc.net/dystcz/apis/lunar-api.md) · [All operations](https://skmtc.net/dystcz/apis/lunar-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/dystcz/lunar-api/revisions/11f419fb0094/schema)
