---
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

## Changes

- **2026-07-17** `02eb9de49433` — 1 info
  - api operation id `/api/user/register` removed and replaced with `register`
- **2021-01-01** `e7de8c26f5e0` — 1 info
  - api operation id `register` removed and replaced with `/api/user/register`

[Change history](https://skmtc.dev/zeromicro/apis/untitled-api-2/changes/api/user/register/post.md)

---

[API](https://skmtc.dev/zeromicro/apis/untitled-api-2.md) · [All operations](https://skmtc.dev/zeromicro/apis/untitled-api-2/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/zeromicro/untitled-api-2/revisions/02eb9de49433/schema)
