Last Updated on : 2023-06-20 15:19:02download
Query the user information by user ID.
GET: /v1.0/iot-02/users/{user_id}
Parameter name | Type | IN | Required | Description |
---|---|---|---|---|
user_id | String | uri | true | The user ID. |
Parameter name | Type | Description |
---|---|---|
result | QueryUserResponse |
Description of result
Parameter name | Type | Description |
---|---|---|
user_id | String | The user ID. |
user_name | String | The username. |
country_code | String | The country code. |
GET: /v1.0/iot-02/users/bay161xxxxxx050hYaA
{
"user_name": "James",
"country_code": "86",
"user_id": "bay161xxxxxx050hYaA"
}
For more information, see error code.
Is this page helpful?
YesFeedbackIs this page helpful?
YesFeedback