5.5.2 UserProperties

The UserProperties document contains some information about the user currently logged in. It is returned as a reply to the GET /api/v1/user call.

Data Model

Key Type Value
userName String The user (login) name.
fullName String The user's full name.
password String The user's password (encrypted).
groupList String A comma separated list of group identifiers this user is allowed to access.
privilege Number The user's privilege level (1..150)

Remarks