Last Updated on : 2023-12-07 03:33:58download
Query the information about device members.
GET: /v1.0/devices/{device_id}/users/{user_id}
Parameter name | Type | IN | Required | Description |
---|---|---|---|---|
device_id | String | uri | true | The device ID. |
user_id | String | uri | true | The added user ID. |
Parameter name | Type | Description |
---|---|---|
result | DeviceUserVO |
Description of result
Parameter name | Type | Description |
---|---|---|
user_id | String | The user ID. |
device_id | String | The device ID. |
nick_name | String | The username. |
sex | Integer | Gender.
|
birthday | Long | Date of birth (day, month, year). |
height | Integer | Height (cm). |
weight | Integer | Weight (g). |
contact | String | The contact information of the user. |
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
}
For more information, see error code.
Is this page helpful?
YesFeedbackIs this page helpful?
YesFeedback