agileconfig_create_user
Create a new user with username and password; optionally assign team and role (SuperAdmin, Admin, or NormalUser).
Instructions
创建新用户。需要指定用户名和密码,可选设置团队归属和角色(SuperAdmin/Admin/NormalUser)。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| role | No | 用户角色,默认为 NormalUser | |
| team | No | 所属团队 | |
| password | Yes | 用户密码 | |
| userName | Yes | 用户名 |