Default icon

Get web user names

Get a list of web user names.

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.

NameTypeReturned by default

Description

userNames

List

-white_check_mark-

A list holding user account name strings.A user name string holds the user account display name.
It can include:

  • Digits: 0-9
  • Letters a-z, A-Z
  • Special characters: "." (dot), "-" (hyphen), "_" (underscore)

pspReference

String

-white_check_mark-

A reference to uniquely identify the request.

warnings

String

-x-

List containing one or more warning messages.
Returned when the request is not correctly processed.

errors

String

-x-

List containing one or more error messages.
Returned when the request fails.

Examples

Request

Send an empty JSON or SOAP request.

Response