Last Updated on : 2023-06-21 07:13:00download
Query the organization information about a specified user.
GET: /v1.0/iot-03/users/{uid}/organizations
Parameter name | Type | IN | Required | Description |
---|---|---|---|---|
uid | String | uri | true | The user ID. |
Parameter name | Type | Description |
---|---|---|
result | List | The returned result. |
Description of result
Parameter name | Type | Description |
---|---|---|
id | String | The ID of a specified organization. |
name | String | The name of a specified organization. |
parent_id | String | The ID of the parent organization. |
external_id | String | The ID of an external organization. |
GET: /v1.0/iot-03/users/bay1622425045524****/organizations
{
"result": [
{
"external_id": "3222****",
"parent_id": "",
"name": "First-level Organization 1",
"id": "139968599950781****"
}
],
"t": 1623376877784,
"success": true
}
For more information, see error code.
Is this page helpful?
YesFeedbackIs this page helpful?
YesFeedback