Tenants
Get tenants
We provide two of methods for fetching tenants:
- Get tenants to fetch more than one tenant at a time.
- Get tenant by ID
For all of these queries you need the following permissions:
tenant:read
Get tenants
Our API allows you to fetch teanants as a collection using getTenants
in our SDKs or the tenants
query in GraphQL. In both cases this endpoint supports Pagination.
Get tenant by ID
If you know the tenant’s ID in Plain you can use this method to fetch the tenant. Generally speaking it’s preferable to use upsert when you have the full details of the tenant.
Was this page helpful?