Skip to main content
POST
Admin Create User

授权

Authorization
string
header
必填

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

请求体

application/json
username
string
必填
password
string
必填
role
string
默认值:operator
email
string | null
display_name
string | null

显示昵称;留空则展示用户名

Maximum string length: 128

响应

Successful Response