Last Updated on : 2023-06-21 07:13:07download
Pass in user ID, user status, modify user status.
PUT: /v1.0/iot-03/users/{uid}/status
Parameter name | Type | IN | Required | Description |
---|---|---|---|---|
uid | String | uri | true | User ID |
Parameter name | Type | Description |
---|---|---|
result | Boolean | Successfully returns true, failure returns false. |
PUT: /v1.0/iot-03/users/bay1625728257583****/status
{
"status": "1"
}
{
"result": true,
"t": 1626230381700,
"success": true
}
For more information, see error code.
Is this page helpful?
YesFeedbackIs this page helpful?
YesFeedback