Table of Contents

Function

The Profile object represents a user profile entry. In XML, the entries are grouped in a profile group <profile> and contained there as an element <item>.

Structure

Keyword JSONKeyword XMLOccursTypeFormatDescription
createdcreated0 - 1stringdate-timeDate of creation.
updatedupdated0 - 1stringdate-time

The date of the last update.

ownerowner0 - 1objectBasicUserThe object owner
updaterupdater0 - 1objectBasicUserThe user who updated the profile.

item

1 - n

object

Item

User profile entries

key
1string
Keyword for the user profile
value
1string
Keyword value
flag
1enumProfileFlagDefines to what extent the settings of a user are adopted by its subusers.
readonly
0 - 1boolean

Flag whether the value is changeable by the current user.

Possible values:

  • false = Not changeable
  • true = Changeable

Default value = false

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

inherited
1boolean

Flag whether the value was inherited from a parent user.