---
title: "get tenant profile"
method: GET
path: "/tenant/{tenantId}"
tags: ["user"]
---

# get tenant profile

`GET /tenant/{tenantId}`

get tenant profile

## Path parameters

- `tenantId` string, required

## Request body

- MessageGetTenantReq
  - `id` string

## Response `200`

OK

- object
  - `code` integer
  - `data` object
    - `info` StructsTenantInfo
      - `createAt` string
      - `creator` string
      - `id` string
      - `maxCluster` integer
      - `maxCpu` integer
      - `maxMemory` integer
      - `maxStorage` integer
      - `name` string
      - `onBoardingStatus` string
      - `status` string
      - `updateAt` string
  - `message` string

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `500` — Internal Server Error

---

[API](https://skmtc.net/pingcap/apis/em-ui-api.md) · [All operations](https://skmtc.net/pingcap/apis/em-ui-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/pingcap/em-ui-api/revisions/631e4b26b7e8/schema)
