使用本文档前,请确认您已经拥有集简云开发平台的账户权限,如果还没有,请访问:https://www.jijyun.cn/open.html
{
"corp_id": "",
"corp_token": "04f3609717b6913a10d0a3944b93459e",
"timestamp": 1646740242,
"company_identification": "abcb",
"company_name": "test2",
"user_email":"test@test.com",
"user_mobile":"15122884144",
"user_identify":"",
"sign": ""
}
curl --location --request POST 'https://developer.jijyun.cn/api/sdk/modify_user' \
--header 'Content-Type: application/json' \
--data-raw '{
"corp_id": "",
"corp_token": "04f3609717b6913a10d0a3944b93459e",
"timestamp": 1646740242,
"company_identification": "abcb",
"company_name": "test2",
"user_email":"test@test.com",
"user_mobile":"15122884144",
"user_identify":"",
"sign": ""
}'
{
"code": 0,
"msg": "成功"
}