信息管理-列表查询
GET
/user/find
请求参数
参数名
类型
描述
必填
start
Integer
分页开始(非必填,默认取0)
必填
limit
Integer
展示条数(非必填,默认取5)
必填
响应参数
参数名
类型
描述
必填
errNo
String
必填
errMsg
String
必填
count
int
数目
必填
email
String
邮箱
必填
identificationType
int
身份类型(0-未申请 1-专业投资者 2-机构投资者 3-机构操作员 4-做市商管理员)
必填
userStatus
int
用户注册状态(1-初始化 2-可用 3-限制登录)
必填
mfaType
List<String>
已申请的MFA类型:如[],[GA].[SMS],[GA,SMS]
必填
kycStatus
int
kyc状态:0-为申请 1-已提交 2-通过 3-拒绝
必填
registerTime
String
注册时间 如:2020-10-10 10:00:00
必填
kycPassTime
String
kyc通过时间 如:2020-10-10 10:00:00
必填
userNo
String
用户号
必填