dms.GetUserData
This job reads user-related data for the specified name and type from the database.
1. Input Parameters
| Name | Type | Required | Description |
|---|---|---|---|
|
INT |
Yes |
Currently not supported → pass 0 |
|
INT |
Yes |
see data types |
|
STRING |
Yes |
Identifier for the record |
|
INT |
Yes |
If set to 1, the name of the return parameter 'sValue' is a string if the data was stored as a string |
2. Output Parameters
| Name | Type | Dependency | Description |
|---|---|---|---|
|
INT |
— |
1 = if the requested entry exists, otherwise 0 |
|
BASE64 |
— |
requested value |
|
STRING |
— |
see Input Parameter 'OutputUnicode=1' |
3. Return Value
(INT): 0 = Job successful, otherwise error code
Complete list of error codes