---
title: "Retrieve tenant information"
method: GET
path: "/tenant-info"
tags: ["Tenant"]
---

# Retrieve tenant information

`GET /tenant-info`

This will provide access to tenant information.

## Query parameters

- `filter` string

## Headers

- `xWSO2Tenant` string, required

## Response `200`

Tenant information received successfully

- TenantInfoList
  - `tenants` TenantInfo[]
    - `tenantId` integer
    - `admin` string
    - `domain` string
    - `adminFullName` string
    - `adminFirstName` string
    - `adminLastName` string
    - `email` string
    - `active` boolean

## Other responses

- `default` — Unexpected error

## Changes

- **2025-05-13** `09e41602f1e9` — 1 warning, 1 info
  - deleted the `query` request parameter `tenants`
  - added the new optional `query` request parameter `filter`
- **2025-04-28** `f5a15d634ad3` — 1 info
  - endpoint added
- **2024-01-29** `f2e9e07fd354` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/wso2/apis/internal-utility-api/changes/tenant-info/get.md)

---

[API](https://skmtc.dev/wso2/apis/internal-utility-api.md) · [All operations](https://skmtc.dev/wso2/apis/internal-utility-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/wso2/internal-utility-api/revisions/0be9aa8493bc/schema)
