{ "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 }