---
title: "Get all tenants"
method: GET
path: "/api/v1/tenants"
tags: ["tenant"]
---

# Get all tenants

`GET /api/v1/tenants`

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

## Query parameters

- `meta` boolean

## Response `200`

List of all tenants

- object
  - `data` 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)
