Skip to main content
There are three ways to fetch tenants:
For TypeScript, the GraphQL SDK gives you a fully typed client for these operations.
These operations require the following permissions:
  • tenant:read

Get tenants

Our API allows you to fetch tenants as a collection using the tenants query in GraphQL. This endpoint supports Pagination.
Query
Variables

Get tenant by ID

If you know the tenant’s ID in Plain you can use this method to fetch the tenant. Prefer upsert when you have the full details of the tenant.
Query
Variables

Search for tenants

The searchTenants query lets you do a case-insensitive partial match on a tenant’s name as well as an exact match on its external ID. The search term must be at least 2 characters long.
Query
Variables