Authorization: Bearer ********************
[
{
"phone": "17600001113",
"email": "test1113@test.cn",
"password": "Zwsoft.1113",
"ITC": "+86",
"accountState": "Normal",
"userName": "test1113",
"firstName": "1113",
"lastName": "test",
"displayName": "test1113",
"preferredLanguage": "zh-CN"
},
{
"phone": "17600001114",
"email": "testa@test.cn",
"password": "Zwsoft.1114",
"ITC": "+86"
},
{
"phone": "17600001114",
"email": "test1114@test.cn",
"password": "Zwsoft",
"ITC": "+86"
}
]
curl --location --request POST 'https://accounts.zwsoft.cn/api/v1.0/users/inviteUsers' \
--header 'Authorization: Bearer eyJhbGciB5DZtTWYVqa9A' \
--header 'Content-Type: application/json' \
--data-raw '[
{
"phone": "17600001113",
"email": "test1113@test.cn",
"password": "Zwsoft.1113",
"ITC": "+86",
"accountState": "Normal",
"userName": "test1113",
"firstName": "1113",
"lastName": "test",
"displayName": "test1113",
"preferredLanguage": "zh-CN"
},
{
"phone": "17600001114",
"email": "testa@test.cn",
"password": "Zwsoft.1114",
"ITC": "+86"
},
{
"phone": "17600001114",
"email": "test1114@test.cn",
"password": "Zwsoft",
"ITC": "+86"
}
]'
{
"status": 0,
"message": "success",
"error": null,
"data": [
{
"error": null,
"userInfo": {
"guid": "2c24af21-9436-446d-89cd-77b22a778a0c",
"firstName": "1113",
"lastName": "test",
"displayName": "test1113",
"profileImage": "https://test.resources.zwsoft.cn/prd/ZwsoftAccounts/public/userHeadImg/I5GjkLyAwHaLeDk9pi6027udwE8ZyJSz_JtLM6qExcPo-BAjnhvXWi0jKLE_PKhq/originalPic.png",
"preferredLanguage": "zh-CN",
"itc": "+86",
"phone": "17600001113",
"email": "test1113@test.cn",
"accountState": "Normal"
}
},
{
"error": {
"status": 50001,
"message": "Email Already Exist",
"error": "CreateUserFailed",
"data": null
},
"userInfo": {
"guid": "22d28143-bcc0-4772-9fa4-80df82f550eb",
"firstName": "a",
"lastName": "test",
"displayName": "testa",
"profileImage": "https://test.resources.zwsoft.cn/prd/ZwsoftAccounts/public/userHeadImg/FlI1Fy1Y2_sfWpuqoBtyXdY9XdPVNQ9ty0lPSYBujQ6js8X7IAKTkGVvLtxRQJij/originalPic.png",
"preferredLanguage": "zh-CN",
"itc": "+86",
"phone": "17645678903",
"email": "testa@test.cn",
"accountState": "Normal"
}
},
{
"error": {
"status": 50007,
"message": "Password Unqualified",
"error": "CreateUserFailed",
"data": null
},
"userInfo": null
}
]
}