Last Updated on : 2023-07-06 08:18:04download
Add multiple users under a specified organization, and bind the members with the organization.
POST: /v1.0/iot-03/idaas/spaces/{space_id}/organization-users/actions/batch-add
| 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 |
|---|---|---|---|---|
| organization_code | String | true | The identifier of a specified organization. | |
| uid_list | List | true | The list of user IDs. |
Description of uid_list
| Parameter name | Type | IN | Required | Description |
|---|---|---|---|---|
| uid | String | true | The user's identifier. |
| Parameter name | Type | Description |
|---|---|---|
| result | Boolean | The operation result. |
POST: /v1.0/iot-03/idaas/spaces/1400335346549391440/organization-users/actions/batch-add
{
"organization_code": "1400335346598629930",
"uid_List": [
"052533b7bf1d41c78505e421daa3f29a",
"052533b7bf1d41c78505e421daa3f25b"
]
}
{
"result": true,
"t": 1629272469492,
"success": true
}
For more information, see error code.
Is this page helpful?
YesFeedbackIs this page helpful?
YesFeedback