{
"token": "string",
"userPropertyType": 0,
"users": [
{
"name": "string",
"loginId": "string",
"password": "string",
"role": "participant",
"email": "string",
"mobile": "string",
"enabled": true,
"userGroupIds": [
"string"
],
"userDefinedProperties": {
"wechatwork": "string",
"dingtalk": "string",
"feishu": "string",
"yunzhijia": "string",
"weaver": "string"
}
}
]
}curl --location --request POST '/public-api/users/add' \
--header 'Content-Type: application/json' \
--data-raw '{
"token": "string",
"userPropertyType": 0,
"users": [
{
"name": "string",
"loginId": "string",
"password": "string",
"role": "participant",
"email": "string",
"mobile": "string",
"enabled": true,
"userGroupIds": [
"string"
],
"userDefinedProperties": {
"wechatwork": "string",
"dingtalk": "string",
"feishu": "string",
"yunzhijia": "string",
"weaver": "string"
}
}
]
}'{
"result": "ok",
"response": "2 Users created successfully"
}