forked from docs/doc-exports
Reviewed-by: Hasko, Vladimir <vladimir.hasko@t-systems.com> Co-authored-by: Dong, Qiu Jian <qiujiandong1@huawei.com> Co-committed-by: Dong, Qiu Jian <qiujiandong1@huawei.com>
10 KiB
10 KiB
Querying the List of Organizations
Function
Query the list of organizations.
URI
GET /v2/manage/namespaces?filter=namespace::{namespace}
For details about parameters, see Table 1.
Request
Response
- Response parameters
Table 2 Response body parameter description Parameter
Type
Description
namespaces
Array of objects
Organization list
- Example response
{ "namespaces": [ { "id": 1343008, "name": "group", "creator_name": "username", "auth": 7 } ] }
Status Code
Status Code |
Description |
---|---|
200 |
Query succeeded. |
400 |
Request error. |
401 |
Authentication failed. |
404 |
The organization does not exist. |
500 |
Internal error. |
Parent topic: API