---
title: "Get all tenants linked to account"
method: GET
path: "/v1/Accounts/linkedClientsTenants"
tags: ["Accounts"]
---

# Get all tenants linked to account

`GET /v1/Accounts/linkedClientsTenants`

## Query parameters

- `Account` unknown

## Response `200`

Success

- ClientTenantResponse[]
  - `tenantId` string, uuid
  - `name` string, nullable
  - `accountId` integer

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `422` — Client Error

---

[API](https://skmtc.net/invendor/apis/io-commonapi.md) · [All operations](https://skmtc.net/invendor/apis/io-commonapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/invendor/io-commonapi/versions/0e4626e69155/schema)
