查询设备成员信息

更新时间:2023-12-07 03:33:58下载pdf

本文介绍查询设备成员信息的 API。

接口描述

查询当前设备成员信息。

接口地址

GET: /v1.0/devices/{device_id}/users/{user_id}

请求参数

参数名类型参数位置是否必填说明
device_idStringuritrue设备 ID
user_idStringuritrue添加的用户 ID

返回参数

参数名类型说明
resultDeviceUserVO

result 说明

参数名类型说明
user_idString用户 ID
device_idString设备 ID
nick_nameString用户名称
sexInteger性别
  • 1:男
  • 2:女
birthdayLong出生年月日
heightInteger身高(cm)
weightInteger体重(g)
contactString联系方式

请求示例

GET: /v1.0/devices/vdevo15345926009****/users/xxx

返回示例

{
    "result": {
        "birthday": 605517261000,
        "device_id": "vdevo15345926009****",
        "sex": 1,
        "weight": 166,
        "user_id": "000001****",
        "contact": "186563****",
        "nick_name": "wang****",
        "height": 180
    },
    "t": 1593843316481,
    "success": true
}

错误码

参考 错误码