{
"id_type": "user_id",
"ids": [
"652ab6be-8658-43cf-a021-1cac26abe611"
]
}
curl --location --request POST 'https://jingopenapi.jingsocial.com/v1/member/select/detail' \
--header 'app_id: 202305171108447827375161344' \
--header 'app_id;' \
--header 'access_token: a5228a4b-53a1-48af-81b1-d725db3d05aa' \
--header 'access_token;' \
--header 'Content-Type: application/json' \
--data-raw '{
"id_type": "user_id",
"ids": [
"652ab6be-8658-43cf-a021-1cac26abe611"
]
}'
{
"request_id": "1462795dc9020953149c292058ef856b",
"code": 0,
"msg": "success",
"data": [
{
"create_time": "2024-01-30 12:06:13",
"update_time": "2024-01-31 19:45:43",
"user_role": "",
"user_id": "652ab6be-8658-43cf-a021-1cac26abe611",
"user_state": "在职",
"account_state": "已禁用",
"wecom_state": "已绑定(未激活)",
"wechat_state": "未绑定",
"basic_information": {
"email": "jing-0130-001@qq.com",
"mobile": "",
"position": "",
"english_name": "",
"telephone": "",
"business_unit_name": "",
"user_type_name": "",
"introduce": "",
"address": "",
"wpg_name": "",
"wx_name": ""
},
"external_information": {
"external_position": "",
"company_short_name": "jingdigital"
}
}
],
"timestamp": 1711679193745
}