---
title: "Creates organization from scratch or proto organization"
method: POST
path: "/v3/admin/orgs"
tags: ["Super Admin Org Controller"]
---

# Creates organization from scratch or proto organization

`POST /v3/admin/orgs`

OrgCreateRequest is used to create the organization or when no nca_id is provided upfront, the OrgCreateRequest is stored as proto org, and proto org flow initiates (SuperAdmin privileges required)

## Cookies

- `ncid` string
- `VisitorID` string

## Request body

- OrgCreateRequestV3 — Request to create new Organization in v3 flow
  - `salesforceAccountIndustry` string — Company or organization industry
  - `pecName` string — product end customer name for enterprise(Fleet Command) product
  - `orgOwner` OrgOwnerV3 — Org owner.
    - `starfleetId` string — Starfleet ID of the org owner.
    - `fullName` string — Org owner name.
    - `idpId` string — Identity Provider ID of the org owner.
    - `email` string, required — Email address of the org owner.
  - `displayName` string — Name of the organization that will be shown to users.
  - `name` string — Organization name
  - `sendEmail` boolean — Send email to org owner or not. Default is true
  - `country` string — user country
  - `description` string — optional description of the organization
  - `initiator` string — Identify the initiator of the org request
  - `productEnablements` ProductEnablement[]
    - `type` 'NGC_ADMIN_EVAL' | 'NGC_ADMIN_NFR' | 'NGC_ADMIN_COMMERCIAL' | 'EMS_EVAL' | 'EMS_NFR' | 'EMS_COMMERCIAL' | 'NGC_ADMIN_DEVELOPER', required — Product Enablement Types
    - `expirationDate` string — Date on which the subscription expires. The subscription is invalid after this date. (yyyy-MM-dd)
    - `poDetails` PurchaseOrder[]
      - `pkId` string — PAK (Product Activation Key) identifier.
      - `entitlementId` string — Entitlement identifier.
    - `productName` string, required — Product Name (NVAIE, BASE_COMMAND, REGISTRY, etc)
  - `ncaNumber` string — NVIDIA Cloud Account Number
  - `pecSfdcId` string — product end customer salesforce.com Id (external customer Id) for enterprise(Fleet Command) product
  - `ncaId` string — NVIDIA Cloud Account Identifier
  - `isInternal` boolean — Is NVIDIA internal org or not
  - `protoOrgId` string — Proto org identifier
  - `type` 'UNKNOWN' | 'CLOUD' | 'ENTERPRISE' | 'INDIVIDUAL'
  - `productSubscriptions` ProductSubscription[] — This should be deprecated, use productEnablements instead
    - `startDate` string — Date on which the subscription becomes active. (yyyy-MM-dd)
    - `productName` string, required — Product Name (NVAIE, BASE_COMMAND, FleetCommand, REGISTRY, etc).
    - `emsEntitlementType` 'EMS_EVAL' | 'EMS_NFR' | 'EMS_COMMERICAL' | 'EMS_COMMERCIAL' — EMS Subscription type. (options: EMS_EVAL, EMS_NFR and EMS_COMMERCIAL)
    - `expirationDate` string — Date on which the subscription expires. The subscription is invalid after this date. (yyyy-MM-dd)
    - `type` 'NGC_ADMIN_EVAL' | 'NGC_ADMIN_NFR' | 'NGC_ADMIN_COMMERCIAL' — Subscription type. (options: NGC_ADMIN_EVAL, NGC_ADMIN_NFR, NGC_ADMIN_COMMERCIAL)
    - `id` string — Unique entitlement identifier

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