创建即时监测账号
方法:POST
https://network.tingyun.com/network-report-data/some/user/saveInstantUser-authkey
请求参数
| 字段名 |
类型 |
必填 |
描述 |
| authkey |
String |
是 |
账号授权码 |
| name |
String |
是 |
用户名称 |
| code |
String |
是 |
用户登录账号 |
| passwd |
String |
是 |
用户登录密码 |
| email |
String |
是 |
用户邮箱 |
返回参数
| 字段名 |
类型 |
描述 |
| status |
Int |
HTTP响应状态码 |
| data |
String |
用户保存成功后的信息 |
| user_id |
Int |
用户ID |
| user_code |
String |
用户登录账号 |
| authkey |
String |
账号授权码 |
错误说明
| 字段说明 |
错误信息 |
| authkey |
PermissionDeniedError |
返回示例
{
"code": 200,
"data": {
"user_id": 225460,
"user_code": "xdd6",
"authkey": "pafBdD6nb1eyb94U",
"bind_domain": null,
"user_auth_type": null,
"is_ops_api": null,
"ip": null,
"salt": null,
"whiteList": null,
"whiteListEnable": 0,
"saltEnable": 0,
"agreementId": 0
}
}