21.5. listAllOrganizations 列出当前系统的机构。 GET /api/v1/superuser/organizations 授权: oauth2_implicit (超级:user) 查询参数Expand类型Name描述模式 path name 必需 受管机构的名称 string Show more响应ExpandHTTP 代码描述模式 200 成功调用 400 错误请求 ApiError 401 需要会话 ApiError 403 未授权访问 ApiError 404 未找到 ApiError Show more示例命令 $ curl -X GET -H "Authorization: Bearer <bearer_token>" "https://<quay-server.example.com>/api/v1/superuser/organizations/" 前一个下一个