Table of Contents

Description

The user profile consists of a list of items. The Item object is a list element of this list. In JSON this object has no name .

Structure

Keyword JSONKeyword XMLOccursTypeFormatDescription
-

key

1string

Keyword name

Keywords that are not specified will be deleted.
-

value

1

string


Value for the respective keyword.

-

flag

1

enum

Profile_Flag

Defines to what extent the settings are also adopted by the subusers.

readonly-0 - 1boolean

Indicates whether the value may be overwritten. Inherited values may usually not be overwritten.

  • false = value may not be overwritten
  • true = value may be overwritten

Default value = false

For XML, 0 (false) and 1 (true) can also be used.

inherited

-

0 - 1boolean

Indicates whether the value is inherited.

  • false = value is not inherited
  • true = value is inherited

Default value = false

For XML, 0 (false) and 1 (true) can also be used.