Last Updated on : 2023-06-20 15:20:09download
Modify the basic information about a specified user by user ID, such as the nickname.
PUT: /v1.1/iot-02/users/{user_id}
Description of body
Parameter name | Type | IN | Required | Description |
---|---|---|---|---|
user_id | String | false | The user ID (UID). | |
user_name | String | false | The username. | |
user_nick_name | String | false | The nickname of a specified user. |
Parameter name | Type | Description |
---|---|---|
result | Boolean | The returned result of modifying user information. |
PUT: /v1.1/iot-02/users/abcd
{
"user_id": "bay1***387W",
"user_nick_name": "abc"
}
{
"result": true,
"t": 1628773563841,
"success": true
}
For more information, see error code.
Is this page helpful?
YesFeedbackIs this page helpful?
YesFeedback