---
title: "Get an organization"
method: GET
path: "/api/cis/v1/orgs/{orgId}"
tags: ["Organizations"]
---

# Get an organization

`GET /api/cis/v1/orgs/{orgId}`

## Path parameters

- `orgId` string, uuid, required

## Headers

- `x-tenant-id` string, required

## Response `200`

Organization details

- Organization
  - `id` string, uuid
  - `tenantId` string
  - `name` string
  - `country` string
  - `status` 'INITIALIZED' | 'PENDING_VERIFICATION' | 'ACTIVE' | 'SUSPENDED' | 'DISSOLVED' | 'REJECTED'
  - `metadata` object, nullable
  - `createdAt` string, date-time
  - `updatedAt` string, date-time

## Other responses

- `404` — Resource not found

---

[API](https://skmtc.net/stalela/apis/stalela-cis-customer-identity-service-api.md) · [All operations](https://skmtc.net/stalela/apis/stalela-cis-customer-identity-service-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/stalela/stalela-cis-customer-identity-service-api/revisions/3065faad0b6b/schema)
