---
title: "List Validated Organizations"
method: GET
path: "/v2/admin/org/validate"
tags: ["Super Admin Org Controller"]
---

# List Validated Organizations

`GET /v2/admin/org/validate`

List all organizations that match the validate org params

## Query parameters

- `q` ValidateOrgQueryParams, required — Object for defining params to validate org.
  - `pecSfdcId` string, required — Product end customer salesforce.com id (external customer id) for enterprise product.
  - `orgOwner` OrgOwner, required — 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.
  - `productSubscriptions` ProductSubscription[], required — Product Subscriptions.
    - `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)
