# 批量获取在职员工信息

请求方式: GET

请求地址: https://nbd-api.myscrm.cn/open-nbd-qw-member/v1/member/list-by-qw_user_ids

请求参数说明:

参数 类型 必须 说明
e_id string 企微中台企业 id
qw_user_ids array 企微成员 ID 列表,最多支持 100 个

请求参数示例:

https://nbd-api.myscrm.cn/open-nbd-qw-member/v1/member/list-by-qw_user_ids?e_id=39fdf97b-2bb9-0b02-9201-f259f6317c7c&qw_user_ids[]=godfrey&qw_user_ids[]=tangxin1

返回数据:

{
  "errcode": 0,
  "errmsg": "ok",
  "list": [
    {
      "member_id": "39fe74fb-2f63-xxxx-a968-2c01ad9f7f7f",
      "qw_user_id": "zhangsan",
      "qw_user_name": "张三",
      "e_id": "39fe74fb-2f63-xxxx-a968-2c01ad9f7f7f",
      "qw_mobile": "136xxxx4125",
      "qw_gender": 1,
      "qw_email": "https://xxxx",
      "qw_avatar": "https://xxxx",
      "qw_telephone": "",
      "qw_alias": "",
      "qw_member_status": 1,
      "qw_address": "https://xxxx",
      "qw_position": "工程师",
      "qw_qr_code": "https://xxxx",
      "qw_biz_mail": "https://xxxx"
    },
    {
      "member_id": "39fe74fb-2f63-xxxx-a968-2c01ad9f7f7f",
      "qw_user_id": "zhangsan",
      "qw_user_name": "张三",
      "e_id": "39fe74fb-2f63-xxxx-a968-2c01ad9f7f7f",
      "qw_mobile": "136xxxx4125",
      "qw_gender": 1,
      "qw_email": "https://xxxx",
      "qw_avatar": "https://xxxx",
      "qw_telephone": "",
      "qw_alias": "",
      "qw_member_status": 1,
      "qw_address": "https://xxxx",
      "qw_position": "工程师",
      "qw_qr_code": "https://xxxx",
      "qw_biz_mail": "https://xxxx"
    }
  ]
}

返回参数说明:

参数 类型 必须 说明
list array 列表
list.member_id string 企微中台成员 id
list.qw_user_id string 企微成员 id
list.qw_user_name string 员工名称
list.e_id string 企微中台企业 id
list.qw_mobile string 企微手机号
list.qw_gender int32 企微性别
list.qw_email string 企微邮箱
list.qw_avatar string 企微头像
list.qw_telephone string 企微固定电话
list.qw_alias string 企微别名
list.qw_member_status int32 企微成员状态
list.qw_address string 企微地址
list.qw_position string 企微职位
list.qw_qr_code string 企微成员二维码 url 地址
list.qw_biz_mail string 企业邮箱