Tenants
Queries the list of organizations (tenants) connected to your Xero account. Each tenant corresponds to a specific Xero organization, enabling access to their data for file management.
Columns
| Name | Type | Description |
| TenantId [KEY] | String | A unique identifier assigned to the tenant, used to distinguish different organizations or practices in the system. |
| Name | String | The name of the organization or practice associated with the tenant. This field represents the official name of the entity. |
| Type | String | Specifies whether the tenant is classified as an organization or a practice. This helps in categorizing the tenant based on its role or structure. |
| IsActive | Boolean | Indicates whether the tenant connection is currently active. If the value is 'true', the connection is active; if the value is 'false', the connection is inactive. |