更新时间:2024-09-10 01:49:18
本文介绍获取用户信息的 API。
根据用户 ID,获取单个用户的详细信息。
GET: /v1.0/users/{uid}/infos
参数名 | 类型 | 参数位置 | 是否必填 | 说明 |
---|---|---|---|---|
uid | String | uri | true | 用户 ID |
参数名 | 类型 | 说明 |
---|---|---|
result | UserRes | 返回结果 |
result
说明
参数名 | 类型 | 说明 |
---|---|---|
uid | String | 用户 UID |
username | String | 用户名 |
country_code | String | 国家码 |
mobile | String | 手机号码,仅手机号注册用户支持 |
String | 邮箱,仅邮箱注册用户支持 | |
nick_name | String | 昵称 |
avatar | String | 头像 |
create_time | Long | 创建时间 |
update_time | Long | 更新时间 |
user_properties | List | 用户属性 |
time_zone_id | String | 时区 ID |
temp_unit | Integer | 温度单位 |
user_properties
说明
参数名 | 类型 | 说明 |
---|---|---|
code | String | 用户属性代码 |
value | String | 用户属性代码取值 |
GET: /v1.0/users/ay1234***/infos
{
"create_time": 1591350950,
"user_properties": [
{
"code": "dataAuthorization",
"value": "1"
},
{
"code": "marketingPush",
"value": "1"
}
],
"mobile": "86-1555****005",
"avatar": "https://images.tuyacn.com/app/default_avatar/avat***.png",
"country_code": "86",
"uid": "ay1591350950677KZ***",
"update_time": 1698716279,
"nick_name": "vt.y",
"time_zone_id": "Asia/Shanghai",
"email": "",
"temp_unit": 1,
"username": "86-1555****005"
}
参考 错误码。
该内容对您有帮助吗?
是意见反馈该内容对您有帮助吗?
是意见反馈