---
title: "Retrieve Infrastructure Provider for current Org"
method: GET
path: "/v2/org/{org}/nico/infrastructure-provider/current"
tags: ["Infrastructure Provider"]
---

# Retrieve Infrastructure Provider for current Org

`GET /v2/org/{org}/nico/infrastructure-provider/current`

Retrieve Infrastructure Provider entity for current Org.

User must have authorization role with `PROVIDER_ADMIN` suffix.

## Response `200`

OK

- InfrastructureProvider — Infrastructure providers own and manage datacenters
  - `id` string, uuid — Unique UUID v4 identifier for the Infrastructure Provider
  - `org` string — Name of the org this Infrastructure Provider belongs to
  - `orgDisplayName` string, nullable — Display name of the org this Infrastructure Provider belongs to
  - `created` string, date-time — Date/time when the Infrastructure Provider was created
  - `updated` string, date-time — Date/time when the Infrastructure Provider was last updated

## Other responses

- `403` — Error response when user is not authorized to call an endpoint or retrieve/modify objects

---

[API](https://skmtc.dev/nvidia/apis/nvidia-infra-controller-rest-api.md) · [All operations](https://skmtc.dev/nvidia/apis/nvidia-infra-controller-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/nvidia/nvidia-infra-controller-rest-api/revisions/2096eb1db2c1/schema)
