---
title: "Get Tenant Info (getTenantInfoById)"
method: GET
path: "/api/tenant/info/{tenantId}"
tags: ["tenant-controller"]
---

# Get Tenant Info (getTenantInfoById)

`GET /api/tenant/info/{tenantId}`

Fetch the Tenant Info object based on the provided Tenant Id. The Tenant Info object extends regular Tenant object and includes Tenant Profile name. 

Available for users with 'SYS_ADMIN' or 'TENANT_ADMIN' authority.

## Path parameters

- `tenantId` string, required

## Response `200`

OK

- TenantInfo
  - `id` TenantId
    - `id` string, uuid, required — ID of the entity, time-based UUID v1
    - `entityType` 'TENANT', required — string
  - `createdTime` integer — Timestamp of the tenant creation, in milliseconds
  - `country` string — Country
  - `state` string — State
  - `city` string — City
  - `address` string — Address Line 1
  - `address2` string — Address Line 2
  - `zip` string — Zip code
  - `phone` string — Phone number
  - `email` string — Email
  - `title` string, required — Title of the tenant
  - `region` string — Geo region of the tenant
  - `tenantProfileId` TenantProfileId
    - `id` string, uuid, required — ID of the entity, time-based UUID v1
    - `entityType` 'TENANT_PROFILE', required — string
  - `version` integer
  - `tenantProfileName` string — Tenant Profile name
  - `name` string — Name of the tenant. Read-only, duplicated from title for backward compatibility
  - `additionalInfo` unknown

---

[API](https://skmtc.net/thingsboard/apis/thingsboard-rest-api.md) · [All operations](https://skmtc.net/thingsboard/apis/thingsboard-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/thingsboard/thingsboard-rest-api/revisions/40169ccdec5c/schema)
