To get a list of web user names, make a POST /getWebUserNames
request with an empty request body.
Response parameters
If there are no errors in the request, the call returns a list of web user names for the currently logged in merchant account, and a pspReference
.
If any issues occur during the process, the call returns one or more warning or error messages.
Name | Type | Returned by default | Description |
---|---|---|---|
|
List |
|
A list holding user account name strings.A user name string holds the user account display name.
|
|
String |
|
A reference to uniquely identify the request. |
|
String |
|
List containing one or more warning messages. |
|
String |
|
List containing one or more error messages. |
Examples
Request
Send an empty JSON or SOAP request.