新增设备成员

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

本文介绍新增设备成员的 API。

接口描述

新增当前设备的成员。

接口地址

POST: /v1.0/devices/{device_id}/user

请求参数

参数名类型参数位置是否必填说明
device_idStringuritrue设备 ID

body 说明

参数名类型参数位置是否必填说明
nick_nameString true用户名称
sexInteger true性别
  • 1:男
  • 2:女
birthdayLong false出生年月日
heightInteger false身高(cm)
weightInteger false体重(g)
contactString false联系方式

返回参数

参数名类型说明
resultString添加的用户 ID

请求示例

POST: /v1.0/devices/vdevo15345926009****/user
{
  "nick_name": "汤姆",
  "sex": 1
}

返回示例

{
    "result": "231231xxx",
    "t": 1592899848757,
    "success": true
}

错误码

参考 错误码