POST /admin/users/batch
Batch create multiple users; failure of one does not affect others
Account Management `bearerAuth` application/json
Referenced Schemas
dto.BatchCreateUserItem
Batch create user item
| Field | Type | Required | Example | Constraints | Description |
password |
string |
Yes |
|
length: 8–? |
Password |
email |
string |
No |
|
|
Email |
metadata |
object |
No |
|
extra keys: `string` |
Extended metadata |
phone |
string |
No |
|
|
Phone number |
username |
string |
No |
|
|
Username |
gitee_com_linmes_authms_micro-services_identity-service_internal_handler_dto.DataResponse
| Field | Type | Required | Example | Constraints | Description |
code |
integer |
No |
|
|
|
data |
object |
No |
|
|
|
message |
string |
No |
|
|
|