InlineNodeUserProperties1

InlineNodeUserProperties1
InlineNodeUserProperties1
JSON Example
{
    "username": "string",
    "password": "string",
    "userid": 0,
    "old_password": "string",
    "full_name": "string"
}
string
username
Optional

User login name (must be "root" if userid is 0)

string
password
Optional

Password for the user (optionally specified on PUT, unspecified on GET)

integer As int64 As int64
userid
Optional

Numeric id for the user

string
old_password
Optional

Old password for the user (required on PUT if password specified)

string
full_name
Optional

Full name for the user