{
"members": [
{
"item_ids": [
"string"
],
"item_type": "normal",
"role": "normal"
}
],
"with_success_and_failure_list": true
}curl --location --request POST '/v7/groups//members/batch_create' \
--header 'Content-Type: application/json' \
--data-raw '{
"members": [
{
"item_ids": [
"string"
],
"item_type": "normal",
"role": "normal"
}
],
"with_success_and_failure_list": true
}'{
"data": {
"add_dept_count": 0,
"add_user_count": 0,
"failure_list": [
{
"item_id": "string",
"item_name": "string",
"item_type": "normal",
"msg": "string",
"result": "string"
}
],
"success_list": [
{
"item_id": "string",
"item_name": "string",
"item_type": "normal",
"msg": "string",
"result": "string"
}
]
},
"code": 0,
"more": {},
"msg": "string"
}