InlineNodeUserProperties1
{
"full_name": "string",
"group_id": 0,
"home_dir": "string",
"last_password_change": 0,
"login_shell": "string",
"old_password": "string",
"password": "string",
"password_change_frequency": 0,
"password_change_warning": 0,
"password_reset_required": false,
"status": "string",
"userid": 0,
"username": "string"
}
Full name for the user
Primary group id for the user
The absolute path of user home directory
Number of days since password was last changed
The absolute path of login shell
Old password for the user (required on PUT if password specified)
Password for the user (optionally specified on PUT, unspecified on GET)
Number of days password is valid before it must be changed. This can be set to 0 to indicate no password change is required or a positive integer up to 9999. By default local user passwords must be changed every 90 days.
Number of days before user receives warning message of password expiration
Boolean value that states if a password reset is required
Status of the user. This value can be ACTIVE indicating authentication attempts will be successful if the correct credentials are specified. The value can also be PASSWORD_EXPIRED indicating authentication attempts will fail because the user's password has expired and must be changed. Or, this value can be NOT_ACTIVATED indicating the user's password has not yet been set and must be set before the user can authenticate.
Numeric id for the user
User login name (must be "root" if userid is 0)