---
title: "注册"
method: POST
path: "/api/user/register"
tags: ["user-api"]
---

# 注册

`POST /api/user/register`

注册一个用户

## Request body

- RegisterReq
  - `username` string
  - `password` string
  - `mobile` string

## Response `200`

A successful response.

- unknown

---

[API](https://skmtc.net/zeromicro/apis/untitled-api.md) · [All operations](https://skmtc.net/zeromicro/apis/untitled-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/zeromicro/untitled-api/versions/0de9f51b198f/schema)
