Last Updated on : 2023-07-06 08:13:39download
Add a user under a specified organization, and bind the user with the organization.
POST: /v1.0/iot-03/idaas/spaces/{space_id}/organizations/{organization_code}/users
| Parameter name | Type | IN | Required | Description |
|---|---|---|---|---|
| organization_code | String | uri | true | The identifier of a specified organization. |
| 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's identifier. |
| Parameter name | Type | Description |
|---|---|---|
| result | Boolean | The returned result. |
POST: /v1.0/iot-03/idaas/spaces/1400335346549391440/organizations/Acode/users
{
"uid": "052533b7bf1d41c78505e421daa3f29a"
}
{
"result": true,
"t": 1629272469492,
"success": true
}
For more information, see error code.
Is this page helpful?
YesFeedbackIs this page helpful?
YesFeedback