{
"company_identification": "f7723835-df17-48e4-b351-024a369cb111",
"company_users": [
{
"user_name": "子企业11",
"user_identify": "ziqiye11",
"mobile": "17638571234"
}
]
}curl --location 'https://chat.jijyun.cn/v1/openapi/create_user?apiKey=undefined' \
--header 'Content-Type: application/json' \
--data '{
"company_identification": "f7723835-df17-48e4-b351-024a369cb111",
"company_users": [
{
"user_name": "子企业11",
"user_identify": "ziqiye11",
"mobile": "17638571234"
}
]
}'{
"Code": 2000,
"Data": {
"result": "success"
},
"Msg": "成功"
}