Workflow blocks
Get Users
List users/owners in HubSpot
hubspot/get-users — List users/owners in HubSpot.
Where it appears
The Get Users block lives in the Integrations group of the Workflow Builder. Connect the Hubspot integration before adding it.
Fields
This block has no configurable fields.
Inputs and outputs
Inputs are the configurable fields above. The block produces these outputs:
Outputs
Reference an output downstream with <Get Users.field>.
| Name | Type | Description |
|---|---|---|
success | boolean | Operation succeeded |
owners | json | List of HubSpot owners |
error | string | Error message if failed |
Limits and failure modes
- Requires a connected Hubspot integration. Calls fail if that integration is disconnected or its authorization has expired.
- On failure the
erroroutput is populated; downstream blocks that reference other outputs may not receive values.