- 公共请求参数
- 公共返回结果
- 接口说明模板
- app-user
- 用户相关接口
- KYC税务表单接口
- 工单相关接口
- 沟通记录相关接口
- 审核相关接口
- KYC资料相关接口
- 通行证相关接口
- 风险等级测评接口
- 银行卡相关接口
- 大额投资者认证接口
- 零售客户行情订阅相关接口
- app-client
- 用户相关接口
- 审核相关接口
- 工单相关接口
- KYC税务表单接口
- 沟通记录相关接口
- KYC资料相关接口(临时保存)
- 通行证相关接口
- 风险等级测评接口
- 银行卡相关接口
- 大额投资者认证接口
- 零售客户行情订阅相关接口
- 交易系统相关接口
- 券商注册
- app-control
- app-report
- app-trading
- app-common
- app-platform
- app-notice
- app-storage
- app-public-fund
- app-order
- app-settle
- app-fund
- notification-center
- app-setting
- app-geography
用户详情列表
将废弃
POST
/user/list
crm-app-user/用户接口
接口变更记录#
变更版本 | 变更时间 | 变更人 | 变更内容 | 备注 |
---|---|---|---|---|
V1.0.0 | 2023-10-27 | fain mo | 出入参变更:下划线参数转换为驼峰 |
请求结构#
1.
2.
公共参数#
签名方法#
1.
公共返回结果#
接口描述#
1.
接 口压测#
实际并发数 | 实际RT | 实际TPS | 频率限制次数(次/秒) |
---|---|---|---|
无 |
请求参数
Body 参数application/json
uuid
array[string]
用户uuid集合
示例
{
"uuid": [
"N3580927",
"K0915376"
]
}
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST '/user/list' \
--header 'Content-Type: application/json' \
--data-raw '{
"uuid": [
"N3580927",
"K0915376"
]
}'
返回响应
🟢200OK
application/json
Body
code
integer
必需
success
boolean
必需
data
object
可选
uuid
string
uuid
appid
string
appid
uname
string
昵称
firstname
string
姓氏
lastname
string
名字
uphone
string
手机号
uphonecode
string
区号
uemail
string
邮箱
usex
null
性别
utype
string
可选
uroleid
string
角色ID
lastlogin
integer
上次登陆时间
lastip
string
可选
extra
null
额外的信息JSON
ustatus
integer
可选
country
null
国家
province
null
省份
city
null
城市
birthday
null
生日
createTime
string
创建时间
documentType
null
证件类型
localName
null
本地姓名
contactLang
null
联系语言
hashUemail
string
邮箱hash值
hashUphone
string
手机号码hash值
isDeleted
integer
可选
auditStatus
string
审核状态
tags
null
标签
enableTime
string
启动时间
msg
string
必需
traceId
string
必需
示例
{
"code": 0,
"success": true,
"data": [
{
"uuid": "N3580927",
"appid": "app972e7ff6917d",
"uname": "chenicey|iceychen",
"firstname": "Icey",
"lastname": "Chen",
"uphone": "****5474",
"uphonecode": "+86",
"uemail": "tes****@qq.com",
"usex": null,
"utype": "admin",
"uroleid": "2892-7d064a096",
"lastlogin": 1692933117000,
"lastip": "10.6.0.32",
"extra": null,
"ustatus": 0,
"country": "71",
"province": null,
"city": null,
"birthday": null,
"createTime": "2020-09-05 05:24:44",
"documentType": null,
"localName": null,
"contactLang": null,
"hashUemail": "62a047a1e2cb025c31a7742970bb3200",
"hashUphone": "c1990a075fc0fd0eb8a70f7da88ff636",
"isDeleted": 0,
"auditStatus": "reject",
"tags": null,
"enableTime": "2019-11-07 16:28:20"
},
{
"uuid": "N3580927",
"appid": "app972e7ff6917d",
"uname": "chenicey|iceychen",
"firstname": "Icey",
"lastname": "Chen",
"uphone": "****5474",
"uphonecode": "+86",
"uemail": "tes****@qq.com",
"usex": null,
"utype": "admin",
"uroleid": "2892-7d064a096",
"lastlogin": 1692933117000,
"lastip": "10.6.0.32",
"extra": null,
"ustatus": 0,
"country": "71",
"province": null,
"city": null,
"birthday": null,
"createTime": "2020-09-05 05:24:44",
"createDate": "2020-09-05 00:00:00",
"documentType": null,
"localName": null,
"contactLang": null,
"hashUemail": "62a047a1e2cb025c31a7742970bb3200",
"hashUphone": "c1990a075fc0fd0eb8a70f7da88ff636",
"isDeleted": 0,
"auditStatus": "reject",
"tags": null,
"enableTime": "2019-11-07 16:28:20"
}
],
"totalCounts": 2,
"msg": "",
"traceId": "CA-3405215415-fZJ31n3V-575630-229982"
}
修改于 2024-07-03 02:48:18