使用本文档前,请确认您已经拥有集简云开发平台的账户权限,如果还没有,请访问:https://www.jijyun.cn/open.html
{
"corp_id": "",
"corp_token": "",
"timestamp": 1646740242,
"company_identification": "uo8372",
"company_users": [
{
"user_name": "test2234",
"mobile": "15123884441",
"email": "test244@test.com",
"isAdmin":0,
"user_identify":"test3333"
}
],
"sign": ""
}
curl --location --request POST 'https://developer.jijyun.cn/api/sdk/create_user' \
--header 'Content-Type: application/json' \
--data-raw '{
"corp_id": "",
"corp_token": "",
"timestamp": 1646740242,
"company_identification": "uo8372",
"company_users": [
{
"user_name": "test2234",
"mobile": "15123884441",
"email": "test244@test.com",
"isAdmin":0,
"user_identify":"test3333"
}
],
"sign": ""
}'
{
"code": 0,
"msg": "成功"
}