# 绑定 external_userid 和 unionid

# 请求方式

POST

# 请求地址

https://nbd-api.myscrm.cn/open-nbd-qw-member/v1/customer/unionid/binding

# 请求参数

# 示例

{
  "app_id": "xxx",
  "qw_external_userid": "xx",
  "qw_union_id": "XXX-UNION-ID"
}

# 说明

参数 类型 必须 说明
app_id string 企微中台应用 id
qw_external_userid string 企微外部联系人 id
qw_union_id string 企微外部联系人 unionid

# 返回参数

# 示例

{
  "errcode": 0,
  "errmsg": "ok"
}

# 说明

(无)