User Parameter (Connect-NetSuite Cmdlet)
Specifies the username for the NetSuite account used for authentication.
Syntax
Connect-NetSuite -User string
Data Type
cstr
Default Value
""
Remarks
This property is used in combination with AccountId and Password to authenticate with NetSuite when AuthScheme is set to Basic.
Note: Basic Authentication is deprecated and no longer supported for NetSuite accounts using API version 2020 or later. Use Token-Based Authentication or OAuth for secure connections.
This is a required parameter.