/action/openapi/user_information


/action/openapi/user_information

用户详情

URL

/action/openapi/user_information

支持格式

JSON JSONP XML

HTTP请求方式

GET/POST

是否需要登录

访问授权限制

授权范围(scope)

访问用户信息

请求参数

必选类型及范围说明默认值
access_tokentruestringoauth2_token获取的access_token
usertruelong查询用户id
friendtruelong被查询用户id(friend和friend_name必须存在一个)
friend_namefalsestring被查询用户ident或名称
dataTypetruestring返回值类型['json'|'jsonp'|'xml']json

注意事项

暂无

返回结果

JSON

  1. {
  2. "uid": 20,
  3. "name": "xxx",
  4. "ident": "xxx",
  5. "gender": 1,
  6. "relation": 3,
  7. "province": "上海",
  8. "city": "闵行",
  9. "platforms": [
  10. "Java EE",
  11. "PHP",
  12. ".NET/C#",
  13. "JavaScript",
  14. "Delphi/Pascal"
  15. ],
  16. "expertise": [
  17. "WEB开发",
  18. "服务器端开发",
  19. "DBA/数据库"
  20. ],
  21. "joinTime": "2008-09-18 09:17:15.0",
  22. "lastLoginTime": "2012-03-13 15:22:58.0",
  23. "portrait": "http://www.oschina.net/uploads/user/0/20_50.jpg",
  24. "notice": {
  25. "replyCount": 0,
  26. "msgCount": 0,
  27. "fansCount": 0,
  28. "referCount": 0
  29. }
  30. }

返回字段说明

返回值字段类型及范围说明
uidlong被查询用户id
namestring用户名称
identstring用户Ident
genderint性别:1-男,2-女
relationint关注情况:1-已关注(对方未关注我)2-相互关注 3-未关注
provincestring省份
citystring城市
platformsarray开发平台
expertisearray专长领域
joinTimedatetime加入时间
lastLoginTimedatetime最近登录时间
portraitstring头像
notice.replyCountint未读评论数
notice.msgCountint未读私信数
notice.fansCountint新增粉丝数
notice.referCountint未读@我数

错误说明