UseDisplayNames Parameter (Connect-HubSpot Cmdlet)
Specifies whether to use HubSpot's display names for tables and columns instead of their internal API names.
Syntax
Connect-HubSpot -UseDisplayNames bool
Data Type
bool
Default Value
true
Remarks
When set to true, the cmdlet maps object and field names using the human-readable display names defined in HubSpot's user interface. This can make the schema easier to understand, especially for users who are not familiar with HubSpot's internal naming conventions.
When set to false, the cmdlet uses the raw API names for all tables and columns. This mode is useful if you need exact alignment with HubSpot's API documentation or are working with automation scripts that require predictable field identifiers.