User Parameter (Connect-BullhornCRM Cmdlet)
Specifies the Bullhorn CRM user account used to authenticate when establishing a connection.
Syntax
Connect-BullhornCRM -User string
Data Type
cstr
Default Value
""
Remarks
This property, together with the Password, provides the credentials used to authenticate with Bullhorn CRM when AuthScheme is set to OAuthPassword.
These credentials are verified directly by Bullhorn’s OAuth authentication endpoint.
This property is useful for automated or headless authentication scenarios where interactive browser-based OAuth authorization is not available.
This is a required parameter.