Tenants
Queries the list of organizations connected to your Xero account. Tenants represent different Xero organizations that the user has access to, each having its own data and configuration.
Columns
| Name | Type | Filterable | Description |
| TenantId [KEY] | String | A unique identifier assigned to each tenant (organization or practice) within the system, used to distinguish between different entities. | |
| Name | String | The name of the organization or practice associated with the tenant. This is the primary name displayed for identification purposes. | |
| Type | String | The type of the tenant. This can either be 'organisation' or 'practice', depending on whether the tenant is a business or a professional practice. | |
| IsActive | Boolean | Indicates the current status of the tenant's connection. If set to true, the connection is active and in use; if false, the tenant is inactive and not currently in use. |