Tenants
Queries the list of organizations connected to your Xero account. It helps retrieve tenant details associated with project management and tracking.
Columns
| Name | Type | Description |
| TenantId [KEY] | String | A unique identifier for the tenant, which distinguishes each organization or practice in a multi-tenant environment. This ID is used to query data specific to that tenant. |
| Name | String | The name of the organization or practice associated with the tenant, providing a human-readable label to identify the tenant's business or entity. |
| Type | String | The type of the tenant, which can be either an organization or a practice. This helps categorize the type of entity for clearer distinction within a system. |
| IsActive | Boolean | A boolean flag that indicates whether the connection is currently using this tenant. If the value is set to 'true', the tenant is active and can be queried; if 'false', the tenant is inactive or not in use. |