{
"deptID": "string",
"userIDs": [
"string"
],
"authType": 0,
"isAuthChildren": 0
}
curl --location --request POST '/api/v1/system/dept/user/multi-create' \
--header 'Ithings-Project-Id: {{Ithings-Project-Id}}' \
--header 'Ithings-Token: {{iThings-token}}' \
--header 'app-code: {{appCode}}' \
--header 'device-id;' \
--header 'Content-Type: application/json' \
--data-raw '{
"deptID": "string",
"userIDs": [
"string"
],
"authType": 0,
"isAuthChildren": 0
}'
{
"code": "200",
"msg": "string"
}