查询用户列表
方法:GET
https://network.tingyun.com/network-report-data/user-config/list-json-authkey
请求参数
| 字段名 |
类型 |
必填 |
描述 |
| authkey |
String |
是 |
账号授权码 |
返回参数
| 字段名 |
类型 |
描述 |
| id |
Long |
用户编号 |
| code |
String |
登录代码 |
| name |
String |
用户名称 |
| password |
String |
用户登录密码 |
| email |
String |
用户邮箱 |
| detail_ids |
String |
当前套餐编号,多个以‘,’间隔 |
| type |
Int |
用户类型 11:任务管理账号,4:报表查看账号,默认为报表查看账号 |
| ctime |
Date |
创建时间 |
| status |
Int |
HTTP响应状态码 |
| data |
Object |
返回数据 |
| message |
String |
提示信息 |
| error_code |
Int |
错误状态码 |
| request |
String |
请求路径 |
| time |
Date |
当前请求时间 |
错误说明
| 字段说明 |
错误信息 |
| authkey |
PermissionDeniedError |
返回示例
{
"status": 200,
"data": [
{
"id": 1230664,
"code": "sihy000",
"name": "1122",
"mobile": "",
"type": 3,
"email": "sihy@tingyun.com",
"detail_ids": null,
"task_ids": null,
"change_task_ids_creator": null,
"phone": "111111",
"status": 1,
"if_newtask_view": 0,
"ctime": "2015-05-21 14:42:09",
"new_create": null
},
{
"id": 1594480,
"code": "#1594480",
"name": "sihy",
"mobile": "",
"type": 11,
"email": "1320416083@qq.com",
"detail_ids": null,
"task_ids": null,
"change_task_ids_creator": null,
"phone": "",
"status": 0,
"if_newtask_view": 0,
"ctime": "2017-02-28 14:21:33",
"new_create": null
},
{
"id": 1594507,
"code": "shy000_bb",
"name": "baobiao",
"mobile": "",
"type": 4,
"email": "sihy@tingyun.com",
"detail_ids": null,
"task_ids": null,
"change_task_ids_creator": null,
"phone": "",
"status": 1,
"if_newtask_view": 1,
"ctime": "2017-03-01 00:36:46",
"new_create": null
}
],
"message": "",
"error_code": 0,
"request": "",
"time": "2021-11-08 07:49:28"
}