---
title: "List Organizations"
method: GET
path: "/v2/admin/org"
tags: ["Super Admin Org Controller"]
---

# List Organizations

`GET /v2/admin/org`

List all organizations. (SuperAdmin privileges required)

## Query parameters

- `page-number` integer
- `page-size` integer
- `org-name` string
- `org-desc` string
- `Filter using org display name` string
- `Filter using org owner name` string
- `Filter using org owner email. Email should be base-64-encoded.` string
- `org-type` 'UNKNOWN' | 'CLOUD' | 'ENTERPRISE' | 'INDIVIDUAL'
- `pec-id` string

## Response `200`

OK

## Other responses

- `302` — Found
- `400` — Bad Request
- `401` — Unauthorized
- `402` — Payment Required
- `403` — Forbidden
- `404` — Not Found
- `405` — Method Not Allowed
- `409` — Object Exists
- `415` — Unsupported Media Type
- `422` — Unprocessable Entity
- `429` — Too Many Requests
- `451` — Unavailable For Legal Reasons
- `500` — Internal Error
- `501` — Not Implemented
- `502` — Bad Gateway
- `503` — Service Unavailable

---

[API](https://skmtc.net/brevdev/apis/ngc-api-documentation.md) · [All operations](https://skmtc.net/brevdev/apis/ngc-api-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/brevdev/ngc-api-documentation/versions/7f0aa99cc03e/schema)
