接口:用户详情

  • 用户详情

请求URL:

POST/v2/customer/detail

参数:

参数名 是否必须 说明
business_consumer_uid 用户id
signed_at 签名时间戳
app_id 应用ID
sign 签名值

返回参数说明:

公共相应参数,详细内容请参考[返回结果]

返回数据如下:

参数名 类型 说明
code int
msg null
data object 数据对象
data[business_consumer_uid] string b下c用户id
data[consumer_uid] string 用户id
data[account_id] int 用户帐号id
data[username] string 用户名
data[business_uid] int 企业用户id
data[phone] string 手机号
data[avatar] null 头像
data[real_name] string 真实姓名
data[nickname] string 昵称
data[email] null 邮箱
data[industry] null 行业
data[position] null 职位
data[company] string 公司
data[user_identifier] null
data[sex] null 性别
data[education_level] null 教育水平
data[birthday] null 生日
data[remark] null 备注
data[is_activated] string
data[source] string 来源
data[import_date] null
data[src_ip] string
data[country] null 国家
data[province] null
data[city] null
data[area] string
data[first_visited_at] string 第一次参加活动时间
data[last_visited_at] string 最后一次直播访问时间
data[join_count] int 参加场次
data[chat_count] int 聊天频次
data[share_count] int 分享次数
data[invite_friends_count] int 邀请次数
data[sign_up_count] int 报名次数
data[watch_live_time] int 直播观看时长
data[watch_replay_time] int 回放观看时长
data[watch_replay_count] int 回放观看次数
data[attention_goods_count] null
data[user_level] int 用户分级
data[system_tags_array] array 系统标签
data[custom_tags_array] null 自定义标签
data[group_ids_array] array 分组标签
data[activity_id_array] array 参加活动id
data[wx_union_id] null
data[wx_qr_open_id] null
data[wx_open_id] null
data[address] null 地址
data[buser_custom_field_object] null
data[bu] int
data[channel] string 渠道
data[channel_activity_id] string 渠道来源活动
data[deleted] int 删除时间
data[created_at] string 创建时间
data[updated_at] string 更新时间
data[wechat_list] null
data[visitor_id] string 游客id
data[role] int 角色
data[first_channel] object 数据对象
data[first_channel][date] string
data[first_channel][active_name] string
data[first_channel][channel_name] string
data[selffield] array 用户自定义字段
data[selffield][id] int
data[selffield][name] string
data[selffield][fieldName] string
data[selffield][fieldDesc] string 描述
data[selffield][type] int
data[selffield][value] null
data[selffield][data] Array

请求结果示例:

备注:

  • 更多返回错误代码请看首页的错误代码描述