Last Updated on : 2023-07-06 08:24:14download
Get the details of a specified organization, including the organization name, parent organization name (if any), organization manager, organization enabling status, and space ID.
GET: /v1.0/iot-03/idaas/spaces/{space_id}/organizations/{code}
Parameter name | Type | IN | Required | Description |
---|---|---|---|---|
code | String | uri | true | The identifier of a specified organization. |
space_id | String | uri | true | The ID of a specified space. |
Parameter name | Type | Description |
---|---|---|
result | IdaasOrganizationVO | The returned result. |
Description of result
Parameter name | Type | Description |
---|---|---|
code | String | The identifier of a specified organization. |
name | String | The name of a specified organization. |
parent_code | String | The identifier of a specified parent organization. |
remark | String | The remarks of a specified organization. |
owner_uid | String | The user ID of the organization owner. |
status | Integer | Indicates whether the organization is enabled. Valid values:
|
space_id | String | The ID of a specified space. |
GET: /v1.0/iot-03/idaas/spaces/1400727198159081506/organizations/1400335346598629930
{
"result": {
"gmt_create": "1622775600000",
"parent_name": "testParentOrgName",
"code": "1400335346598629930",
"remark": "testRemark",
"gmt_modified": "1622775600000",
"owner_uid": "140033534659952****",
"name": "testOrgName",
"parent_code": "1400335346598629666",
"space_id": "1400727198159081506",
"status": 0
},
"t": 1629272469492,
"success": true
}
For more information, see error code.
Is this page helpful?
YesFeedbackIs this page helpful?
YesFeedback