Last Updated on : 2023-07-06 09:11:20download
Update the user information, including username and remarks.
PUT: /v1.0/iot-03/idaas/spaces/{space_id}/users/{uid}
Parameter name | Type | IN | Required | Description |
---|---|---|---|---|
space_id | String | uri | true | The ID of a specified space. |
uid | String | uri | true | The user ID (UID). |
Description of body
Parameter name | Type | IN | Required | Description |
---|---|---|---|---|
username | String | false | The username. | |
remark | String | false | The remarks. |
Parameter name | Type | Description |
---|---|---|
result | Boolean | The operation result. |
PUT: /v1.0/iot-03/idaas/spaces/8/users/user1
{
"remark": "Remarks",
"username": "Username"
}
{
"result": true,
"t": 1622808189780,
"success": true
}
For more information, see error code.
Is this page helpful?
YesFeedbackIs this page helpful?
YesFeedback