Tenants
Allows querying the list of organizations connected to your Xero account. It provides basic information about each tenant organization, such as its name and ID.
Columns
| Name | Type | Description |
| TenantId [KEY] | String | A unique identifier assigned to the tenant, representing a specific organization or practice. |
| Name | String | The name of the organization or practice associated with the tenant. |
| Type | String | Indicates whether the tenant is an organization or a practice, defining the nature of the entity. |
| IsActive | Boolean | A boolean value that indicates whether the connection is currently active and using this tenant. |