---
title: "Update Organization"
method: PATCH
path: "/v2/admin/org/{org-name}"
tags: ["Super Admin Org Controller"]
deprecated: true
---

# Update Organization

`PATCH /v2/admin/org/{org-name}`

> **Deprecated.**

Update org information and settings. Superadmin privileges required

## Path parameters

- `org-name` string, required

## Request body

- OrgUpdateRequest — Object used to update Org information
  - `repoScanSettings` RepoScanSettings — Repo scan setting definition
    - `repoScanAllowOverride` boolean — Allow org admin to override the org level repo scan settings
    - `repoScanShowResults` boolean — Allow showing scan results to CLI or UI
    - `repoScanEnabled` boolean — Enable the repository scan or not. Only used in org level object
    - `repoScanEnableNotifications` boolean — Sends notification to end user after scanning is done
    - `repoScanByDefault` boolean — Allow repository scanning by default
    - `repoScanEnableTeamOverride` boolean — Allow override settings at team level. Only used in org level object
  - `pecName` string — product end customer name for enterprise(Fleet Command) product
  - `orgOwner` OrgOwner — Org owner.
    - `fullName` string, required — Org owner name.
    - `email` string, required — Email address of the org owner.
    - `lastLoginDate` string — Last time the org owner logged in.
  - `displayName` string — Name of the organization that will be shown to users.
  - `description` string — optional description of the organization
  - `isSecureCredentialSharingServiceEnabled` boolean — Secure Credential Sharing Service enable flag for an organization
  - `isQuickStartEnabled` boolean — Quick Start enable flag for an organization
  - `idpId` string — Identity Provider ID.
  - `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)
  - `companyName` string — Name of the company
  - `isDatasetServiceEnabled` boolean — Dataset Service enable flag for an organization
  - `isSecretsManagerServiceEnabled` boolean — Secrets Manager Service enable flag for an organization
  - `isRegistrySSEEnabled` boolean — If a server side encryption is enabled for private registry (models, resources)
  - `pecSfdcId` string — product end customer salesforce.com Id (external customer Id) for enterprise(Fleet Command) product
  - `isSeparateInfluxDbUsed` boolean — If a separate influx db used for an organization in Base Command Platform job telemetry
  - `infinityManagerSettings` InfinityManagerSettings — Infinity manager setting definition
    - `infinityManagerEnabled` boolean — Enable the infinity manager or not. Used both in org and team level object
    - `infinityManagerEnableTeamOverride` boolean — Allow override settings at team level. Only used in org level object
  - `alternateContact` AlternateContact — Org Owner Alternate Contact
    - `fullName` string — Full name of the alternate contact.
    - `email` string — Alternate contact's email.
  - `isInternal` boolean — Is NVIDIA internal org or not
  - `orgOwners` OrgOwner[] — Org owners
    - `fullName` string, required — Org owner name.
    - `email` string, required — Email address of the org owner.
    - `lastLoginDate` string — Last time the org owner logged in.
  - `type` 'UNKNOWN' | 'CLOUD' | 'ENTERPRISE' | 'INDIVIDUAL'
  - `productSubscriptions` ProductSubscription[]
    - `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)
