dms.GetUserData

This job reads user-related data for the specified name and type from the database.

1. Input Parameters

Name Type Required Description

Flags

INT

Yes

Currently not supported → pass 0

Type

INT

Yes

see data types

Name

STRING

Yes

Identifier for the record

OutputUnicode

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

IsUserData

INT

1 = if the requested entry exists, otherwise 0

Value

BASE64

requested value

sValue

STRING

see Input Parameter 'OutputUnicode=1'

3. Return Value

(INT): 0 = Job successful, otherwise error code
Complete list of error codes