---
title: "get the tenant by id"
method: GET
path: "/api/v1/tenants/{id}"
tags: ["tenant"]
---

# get the tenant by id

`GET /api/v1/tenants/{id}`

This can only be done by a logged in user who has the required privileges.

## Path parameters

- `id` string, required

## Response `200`

List of all users

- Tenant
  - `_id` string — id of tenant organization
  - `name` string, required — name of tenant organization
  - `status` 'ACTIVE' | 'PENDING' | 'DISABLED'
  - `confirmed` boolean — true, if the confirmation link/email has been triggered

---

[API](https://skmtc.net/openintegrationhub/apis/iam-api-for-oih.md) · [All operations](https://skmtc.net/openintegrationhub/apis/iam-api-for-oih/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/openintegrationhub/iam-api-for-oih/versions/016871a170fd/schema)
