变更协作团队责任人接口文档

企业可通过此接口变更指定协作团队的责任人

请求方式: POST(HTTPS)

请求地址: https://open.wshoto.com/openapi/customer/coop/changeOwnerByManager

Query参数:

参数 类型 必填 说明
access_token string 调用接口凭证

Body参数:

{
  "operator_user_id": "fake_data",
  "coop_id": "fake_data",
  "new_owner_user_id": "fake_data",
  "check_self": false
}
参数 类型 必填 说明
operator_user_id string 操作人user id,不填写默认为负责人操作(仅作为日志记录使用)
coop_id string 协作团队id
new_owner_user_id string 变更后指定的新负责人id
check_self bool true;false:是否将原责任人变成该协作团队的协作人,默认false

返回值:

{
    "code": 0,
    "msg": "请求成功",
    "data": true
}

参数说明:

参数 类型 说明
code int 返回码,0-请求成功,
msg string 对返回码的文本描述内容
data bool 变更结果

results matching ""

    No results matching ""