@Test
public void getContact(){
GetContactUserRequest request = new GetContactUserRequest();
request.setEntId("apiceshiqiye");
request.setUserId("apitest");
request.setContact("要查询的用户id");//支持传入手机号、邮箱以及登录id、用户id
request.setDebug(true);
QpaasHttpResponse response = qpaasHttpClient.doAction(request);
System.out.println(response.getData());
}
{
"result": {
"birthday": "1990-06-08",
"mainjobshow": "运营平台部-xxxx",
"entName": "南京安元科技有限公司",
"mainjobtitle": "启业云公司-平台研发中心-xxxx-xxx",
"sign": "PaaS大生态,简单可依赖!",
"jobIds": [
2377,
1888,
2379
],
"mainjobprefix": "运营平台部",
"mainjobsuffix": "副经理",
"jobdesc": "xxxxx",
"addr": "11",
"email": "xxxxxxx",
"departmentName": "运营平台部",
"qq": "00",
"entId": "nanjinganyuankeji",
"sex": 1,
"jobs": [
"启业云公司-平台研发中心-运营平台部-副经理",
"启业云公司-平台研发中心-运营平台部-运营管理组-组长",
"启业云公司-平台研发中心-运营平台部-用户运营组-组长"
],
"topDepartmentName": "启业云公司",
"avatar": "xxxxxxxx",
"userId": "xxxxx",
"imId": "xxx",
"intimacyNum": 0,
"realName": "",
"birthType": 0,
"entry": "2014-07-21",
"pinyin": "xxxxx",
"phone": "xxxxx",
"roleName": "副经理"
},
"msg": "成功",
"code": 1000000,
"guid": "7145c5aa59e66c16",
"status": 200
}