The GetUserDetail action returns a single value with the selected information about the user.
You can select the following values:
-
username: current user name.
-
displayname: compound name made up of surname and first name.
-
firstname: first name of the user.
-
lastname: last name of the user.
-
email: e-mail address of the user.
-
uuid: UUID of the user.
Parameters
|
Type |
Name |
Description |
|---|---|---|
|
TEXT |
username |
Specifies the corresponding user name. |
|
SELECT |
detail |
Specifies the returned value. |
Return
|
Type |
Description |
|---|---|
|
SINGLEVALUE |
Returns the value for the specified user and corresponding detail. |