资料库

- API文档
来自ID开放平台
跳转至: 导航搜索

user/get_user_info

根据用户ID获取用户信息

URL

http://api.10000.com/user/get_user_info

HTTP请求方式

GET

请求参数

必选 类型及范围 说明
client_id true string 申请应用时分配的AppKey。
access_token true string 采用OAuth授权方式为必填参数,OAuth授权后获得。
coid true integer 需要查询的企业ID。

返回数据

返回值字段 字段类型 字段说明
uid integer 用户ID
header integer 头像数字
nickname string 昵称
sign string 签名
name string 姓名
ename string 英文名称
gender integer 性别:1男,2女
bdtype integer 生日类型:0=公历, 1=农历
age integer 年龄
zodiac integer 生肖:'鼠',0=>空, 1=>牛, 2=>虎, 3=>兔, 4=>龙, 5=>蛇, 6=>马, 7=>羊, 8=>猴, 9=>鸡, 10=>狗, 11=>猪
horoscope integer 示例
bloodtype integer 血型:0=>空, 1=>A型, 2=>B型, 3=>O型, 4=>AB型, 5=>其他
oldcountry integer 故乡
country integer 所在地
zipcode string 邮编
mobile string 手机号码
phone string 电话号码
email string 邮箱
homepage string 个人主页
occupation string 职业(工作情况)
addr string 住址
job string 职位(同QQ)
school string 学校
schooled integer 学历
description string 个人说明
coid integer 企业账号
hdurl string 自定义头像
csright integer 是否是客服:1否, 2是
{
    "uid": "25085",
    "header": "39",
    "nickname": "昵称",
    "sign": "签名",
    "name": "姓名",
    "ename": "英文姓名",
    "gender": "1",
    "birthday": "19880324",
    "bdtype": "0",
    "age": "25",
    "zodiac": "5",
    "horoscope": "3",
    "bloodtype": "4",
    "oldcountry": "17039873",
    "country": "17039619",
    "zipcode": "0",
    "mobile": "186551925**",
    "phone": "",
    "email": "365690485@qq.com",
    "homepage": "个人域名",
    "occupation": "IT",
    "addr": "",
    "job": "工作内容",
    "school": "毕业学校",
    "schooled": "4",
    "description": "描述",
    "coid": "0",
    "hdurl": "http://file0.10000.com/25085/2013120209/29796b7c50e5751980e1a9198d707876.png",
    "csright": "1"
}