> ## Documentation Index
> Fetch the complete documentation index at: https://docs.agent.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Get HubSpot Owners

## Overview

Retrieve all owners (users) from a HubSpot portal. Useful for routing records, building round-robin assignment logic, or mapping user IDs to human-readable names.

### Use Cases

* **Lead routing**: Pick a HubSpot owner based on custom rules.
* **Reporting**: Map `hubspot_owner_id` values to email / name.
* **Automation**: Assign created objects to a specific owner programmatically.

## Configuration Fields

### Output Variable Name

* **Description**: Variable name to store the list of HubSpot owners.
* **Validation**: Only letters, numbers, and underscores.
* **Required**: Yes

## Related Actions

* [Search HubSpot](./hubspot-v2-search-objects) for object-level search.
* [Create HubSpot Object](./hubspot-v2-create-object) for creating records with a specific owner.
