Request parameters
To get detailed web user account information, make a POST /getWebUser
request specifying
Name | Type | Required | Description |
---|---|---|---|
|
String |
|
A user name string holds the user account display name.
|
Response parameters
If there are no errors in the request, the call returns detailed information about the specified user account.
If any issues occur during the process, the call returns an error message.
Name | Type | Returned by default | Description | |
---|---|---|---|---|
pspReference |
String |
|
A reference to uniquely identify the request. | |
|
Boolean |
|
| |
|
String |
|
The email address associated with the user account. | |
merchantCodes |
List |
|
A list holding merchant code strings.A merchant code string holds a value to identify a merchant. Format:
| |
accountGroupCodes |
Array |
|
An array of account group names. |
|
roles |
List |
|
A container object for types of role for the account user.
| |
RoleType |
enum |
|
It defines the type of role assigned to the user account.
| |
|
String |
|
The time zone associated to the user account profile. If you do not specify any value, the active user's time zone settings are used instead. | |
|
String |
|
A user name string holds the user account display name.
| |
name |
Object |
|
A container object for personal data. This object contains:
|
|
|-firstName |
String |
|
The first name/given name of the user.
|
|
|-lastName |
String |
|
The last name/family name of the user.
|