---
title: "Add"
method: POST
path: "/api/v1/manage/addUser"
tags: ["v1/manage/user"]
---

# Add

`POST /api/v1/manage/addUser`

接口权限编码:v1:manage:user:add

## Request body

- object
  - `nickName` string, required
  - `password` string, required
  - `status` string, required
  - `userEmail` string, required
  - `userGender` string, required
  - `userPhone` string, required
  - `userRoles` string[], required
  - `username` string, required

## Response `200`

OK

- object

## Changes

- **2026-07-17** `80c5cdf6eb39` — 3 info
  - api operation id `manage/UserAdd` removed and replaced with `v1/Manage/UserAdd`
  - api tag `v1/manage/user` added
  - api tag `manage/user` removed
- **2025-09-28** `e1154be53c2c` — 3 info
  - api operation id `v1/Manage/UserAdd` removed and replaced with `manage/UserAdd`
  - api tag `manage/user` added
  - api tag `v1/manage/user` removed

[Change history](https://skmtc.dev/jzero-io/apis/untitled-api/changes/api/v1/manage/addUser/post.md)

---

[API](https://skmtc.dev/jzero-io/apis/untitled-api.md) · [All operations](https://skmtc.dev/jzero-io/apis/untitled-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/jzero-io/untitled-api/revisions/80c5cdf6eb39/schema)
