---
title: "Creates an organization (accessible to Secretariat)"
method: POST
path: "/registry/org"
tags: ["Registry Organization"]
---

# Creates an organization (accessible to Secretariat)

`POST /registry/org`

<h2>Access Control</h2>  <p>User must belong to an organization with the <b>Secretariat</b> role</p>  <h2>Expected Behavior</h2>  <p><b>Secretariat:</b> Creates a new organization</p>

## Headers

- `CVE-API-ORG` string, required
- `CVE-API-USER` string, required
- `CVE-API-KEY` string, required

## Request body

- union
  - SecretariatOrgJson — unresolved $ref
  - CNAOrgJson — unresolved $ref
  - ADPOrgJson — unresolved $ref
  - BulkDownloadOrgJson — unresolved $ref

## Response `200`

Returns information about all organizations, along with pagination fields if results span multiple pages of data

- ListRegistryOrgsResponseJson — unresolved $ref

## Other responses

- `400` — Bad Request
- `401` — Not Authenticated
- `403` — Forbidden
- `404` — Not Found
- `500` — Internal Server Error

---

[API](https://skmtc.net/cveproject/apis/cve-services-api.md) · [All operations](https://skmtc.net/cveproject/apis/cve-services-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/cveproject/cve-services-api/revisions/37d9d2a0b112/schema)
