List all tenants
The cursor to start from
The limit of items to return, default is 100
Whether to include deactivated tenants in the results.
Search term to filter tenants by name, external ID, or website.
Field to sort by.
name, created_at, updated_at Sort direction.
asc, desc Comma-separated list of fields to return. This reduces payload size and improves performance by only fetching requested data. Available fields: id, name, website, external_id, locations, branding, created_at, updated_at, deleted_at, data_integration_completed_at, website_tracking_completed_at, uiDefaults, userCount. Example: "id,name" to only return id and name. If not provided, all fields are returned.