Query the list of organizations.
GET /v2/manage/namespaces?filter=namespace::{namespace}
For details about parameters, see Table 1.
Parameter |
Type |
Description |
|---|---|---|
namespaces |
Array of objects |
Organization list |
{
"namespaces": [
{
"id": 1343008,
"name": "group",
"creator_name": "username",
"auth": 7
}
]
}
Status Code |
Description |
|---|---|
200 |
Query succeeded. |
400 |
Request error. |
401 |
Authentication failed. |
404 |
The organization does not exist. |
500 |
Internal error. |