---
title: "list tenants"
method: POST
path: "/v1/tenants/list"
tags: ["Tenancy"]
---

# list tenants

`POST /v1/tenants/list`

## Request body

- TenantListRequest — TenantListRequest is the message used for the request to list all tenants.
  - `page_size` integer — page_size is the number of tenants to be returned in the response. The value should be between 1 and 100.
  - `continuous_token` string — continuous_token is an optional parameter used for pagination. It should be the value received in the previous response.

## Response `200`

A successful response.

- TenantListResponse — TenantListResponse is the message returned from the request to list all tenants.
  - `tenants` Tenant[] — tenants is a list of tenants.
    - `id` string — The ID of the tenant.
    - `name` string — The name of the tenant.
    - `created_at` string, date-time — The time at which the tenant was created.
  - `continuous_token` string — continuous_token is a string that can be used to paginate and retrieve the next set of results.

## Other responses

- `default` — An unexpected error response.

## Changes

- **2025-12-28** `f37e45046dd2` — 1 breaking
  - the `details/items/additionalProperties/` response's property type/format changed from `object`/`` to ``/`` for status `default`
- **2024-08-23** `f3b10e35081b` — 1 breaking, 2 info
  - added required request body
  - added the media type `application/json` for the response with the status `200`
  - added the media type `application/json` for the response with the status `default`
- **2024-08-22** `282fb7ba2640` — 3 breaking
  - removed the request body
  - removed the media type `application/json` for the response with the status `200`
  - removed the media type `application/json` for the response with the status `default`
- **2024-03-19** `0bc305aa169f` — 1 breaking
  - the `details/items/additionalProperties/` response's property type/format changed from ``/`` to `object`/`` for status `default`

[Change history](https://skmtc.dev/permify/apis/permify-api/changes/v1/tenants/list/post.md)

---

[API](https://skmtc.dev/permify/apis/permify-api.md) · [All operations](https://skmtc.dev/permify/apis/permify-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/permify/permify-api/revisions/73b7d5b3742e/schema)
