UserId Parameter (Connect-SAPConcur Cmdlet)
The unique identifier of the SAP Concur user. Used only for tables that expose V4 endpoints of the SAP Concur API.
Syntax
Connect-SAPConcur -UserId string
Data Type
cstr
Default Value
""
Remarks
The unique identifier of the SAP Concur user. Used only for tables that expose V4 endpoints of the SAP Concur API. Query the Identity table to retrieve this value. Some V4 tables allow UserId to be set as query parameter. If not set in either the query or in the conection string, the driver tries to automaticaly get the user id either by parsing the authentication info or by making an extra request. In case of CompanyLevelOAuth, only user input is considered.