---
title: "Get Organization by NCA ID or Org Name"
method: POST
path: "/v3/admin/orgs/ncaIds"
tags: ["Super Admin Org Controller"]
---

# Get Organization by NCA ID or Org Name

`POST /v3/admin/orgs/ncaIds`

Get Organization by NCA ID or Org Name. (SuperAdmin privileges required)

## Request body

- OrgNcaMappingRequest — object to get the org and nca mapping
  - `orgNames` string[] — List of org names
  - `ncaIds` string[] — List of nca Ids

## 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)
