应用类型 | 是否支持调用 | 权限申请方式 | API Explorer调试 |
---|---|---|---|
企业内部应用 | 是 | 开发者后台申请 | 调试 |
第三方企业应用 | 否 | — | — |
第三方个人应用 | 否 | — | — |
{
"field_code_list": [
"cc_userids"
]
}
curl --location --request POST 'http://127.0.0.1/topapi/smartwork/hrm/organization/dept/get?access_token=6d1bxxxx' \
--header 'Content-Type: application/json' \
--data-raw '{
"field_code_list": [
"cc_userids"
]
}'
{
"result": [
{
"ext_options": [
{
"text": "string",
"key": "string"
}
],
"field_name": "string",
"field_code": "string"
}
],
"errmsg": "string",
"errcode": 0,
"success": true
}