# 口碑对接沃运维测试 获取用户信息接口:应用系统通过获取到的globalUniqueID的值获取用户信息。 - 正常返回 ```http POST HTTPS://10.170.43.39:8038/PAOOS/aaaa/userservice/getUserInfo.do?method=findUserBySessionID&sessionID=5BBACBD6303147FDB643C871AFE57ED6 Content-Type: application/json ``` ```json { "address": "null", "admin": false, "attribute1": "5BBACBD6303147FDB643C871AFE57ED6", "attribute2": "1667804964061", "attribute5": "update", "category": "PRO", "commonPwdUse": true, "createDate": "2016-10-09 17:41:57", "createPerson": "root-hsh", "createType": 1, "deleteFlag": false, "email": "wangyl5740@chinaunicom.cn", "fax": "", "job": "", "jobNum": "0875628", "lastUpdateDate": "2022-10-17 20:50:49", "lastUpdatePerson": "root", "mobilePhone": "18631112100", "orgCode": "2180002", "orgEntity": { "allowExtended": true, "allowModify": true, "areaCode": "1300039", "areaId": 39, "createDate": "2016-01-01 03:48:11", "createPerson": "root", "createType": 1, "deleteFlag": false, "fullOrgName": "河北省分公司-本部-网络分公司优化中心", "lastUpdateDate": "2016-08-19 16:20:47", "lastUpdatePerson": "root-heb", "leaf": true, "orgCode": "2180002", "orgId": 10248, "orgLevel": 3, "orgName": "网络分公司优化中心", "orgType": "DEP", "parentOrgCode": "21800", "parentOrgId": 10234, "proCode": "218", "sortNum": 99, "ucloudName": "网络公司河北省分公司网络优化中心", "ucloudOrgCode": "00130090268", "ucloudParentName": "河北省分公司管理部门", "ucloudParentOrgCode": "001300" }, "orgID": 10248, "passWord": "e9ae76bc363600a3bc947e7b84b29acd", "personType": 0, "professional": "", "pwdDeadDate": 1673959849239, "pwdUpdateDate": 1540950800000, "remark": "", "sex": 0, "telephone": "", "trueName": "王玉龙", "userId": 576532, "userName": "wangyl5740" } ``` - 错误的或不存在的globalUniqueID ```http POST HTTPS://10.170.43.39:8038/PAOOS/aaaa/userservice/getUserInfo.do?method=findUserBySessionID&sessionID=5BBACBD6303147FDB643C871AFE577777 Content-Type: application/json ``` ```json null ```