---
title: "Create Org Enablement"
method: POST
path: "/v2/admin/org/{org-name}/enablement"
tags: ["Super Admin Org Controller"]
---

# Create Org Enablement

`POST /v2/admin/org/{org-name}/enablement`

Create org product enablement

## Path parameters

- `org-name` string, required

## Request body

- OrgEnablementCreateRequest — Request to create a new org Enablement.
  - `createSubscription` boolean, required — False only if called by SbMS.
  - `productEnablement` ProductEnablement, required — Product Enablement
    - `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)

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