文档
测试

用户搜索

GET
/account/users/search/

接口描述

搜索用户

请求参数

参数名
类型
描述
必填
session_id
string
session id
必填
customer_name
string
用户姓名,多个用户姓名用","分割
必填
customer_email
string
用户邮箱, 多个用户邮箱用","分割
必填
customer_phone
string
用户电话,多个用户电话用","分割
必填
organization
string
用户机构
必填
role
string
用户角色
必填

响应参数

参数名
类型
描述
必填
code
string
错误码
必填
error_description
jsonarray
错误描述
必填
data
jsonarray
用户列表(至多五个)
必填
id
string
用户id
必填
name
string
用户姓名
必填
organization
string
用户机构
必填
phone
string
用户电话
必填
email
string
用户邮箱
必填
index
int
对应参数中的用户信息index
必填