应用类型 | 是否支持调用 | 权限申请方式 | API Explorer调试 |
---|---|---|---|
企业内部应用 | 是 | 开发者后台申请 | 调试 |
第三方企业应用 | 是 | 开发者后台申请 | 调试 |
第三方个人应用 | 否 | — | — |
{
"language": "zh_CN",
"userid": "manager4220"
}
curl --location --request POST 'http://127.0.0.1/topapi/v2/user/get?access_token=be3Fxxxx' \
--header 'Content-Type: application/json' \
--data-raw '{
"language": "zh_CN",
"userid": "manager4220"
}'
{
"request_id": "string",
"errcode": 0,
"errmsg": "string",
"result": {
"userid": "string",
"unionid": "string",
"name": "string",
"avatar": "string",
"state_code": "string",
"manager_userid": "string",
"mobile": "string",
"hide_mobile": true,
"telephone": "string",
"job_number": "string",
"title": "string",
"email": "string",
"work_place": "string",
"remark": "string",
"login_id": "string",
"exclusive_account_type": "string",
"exclusive_account": true,
"dept_id_list": [
0
],
"dept_order_list": [
{
"dept_id": 0,
"order": 0
}
],
"extension": "string",
"hired_date": 0,
"active": true,
"real_authed": true,
"org_email": "string",
"org_email_type": "string",
"senior": true,
"admin": true,
"boss": true,
"leader_in_dept": [
{
"dept_id": 0,
"leader": true
}
],
"role_list": [
{
"id": 0,
"name": "string",
"group_name": "string"
}
],
"union_emp_ext": {
"userid": "string",
"union_emp_map_list": [
{
"userid": "string",
"corp_id": "string"
}
],
"corp_id": "string"
}
}
}