| 应用类型 | 是否支持调用 | 权限申请方式 | API Explorer调试 | 
|---|---|---|---|
| 企业内部应用 | 是 | 开发者后台申请 | 调试 | 
| 第三方企业应用 | 否 | — | — | 
| 第三方个人应用 | 否 | — | — | 
{
    "contact": {
        "title": "开发工程师",
        "label_ids": [
            1,
            2,
            3
        ],
        "share_dept_ids": [
            420606536
        ],
        "address": "北京",
        "remark": "技术负责人",
        "follower_user_id": "023420013645",
        "name": "张xx",
        "user_id": "123420013632",
        "company_name": "钉钉",
        "share_user_ids": [
            "user123"
        ]
    }
}curl --location --request POST 'http://127.0.0.1/topapi/extcontact/update?access_token=6d1bxxxx' \
--header 'Content-Type: application/json' \
--data-raw '{
    "contact": {
        "title": "开发工程师",
        "label_ids": [
            1,
            2,
            3
        ],
        "share_dept_ids": [
            420606536
        ],
        "address": "北京",
        "remark": "技术负责人",
        "follower_user_id": "023420013645",
        "name": "张xx",
        "user_id": "123420013632",
        "company_name": "钉钉",
        "share_user_ids": [
            "user123"
        ]
    }
}'{
    "errcode": 0,
    "request_id": "string"
}