---
search:
  tags:
    - Multitenancy Recipe
    - GET
seo:
  description: >-
    Get a list of all tenants in an app. Reference for the GET
    /appid-{appId}/recipe/multitenancy/tenant/list/v2 endpoint in the Core
    Driver Interface API.
sidebar:
  badge: GET
  label: List tenants in an app
title: List tenants in an app
type: openapi-operation
---
Get a list of all tenants in an app.

The value of `firstFactors` can be as follows:
- `null`: When set to `null`, the SDK will use firstFactors defined in the SDK
- `[]` (empty array): No first factors would be enabled for the tenant
- non-empty array: The first factors that are enabled for the tenant

Request must originate from public tenant.

<Operation source="references-cdi" id="tenantlistv2get" />
