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