Modify a property of a local user account using the unique identifier. You cannot modify the default 'admin' user account.
Supports noop? false
Parameters
current_password(Optional[String])
— Current password of the local user. Any local user can change his own password by providing current_password along with the new password.
id(String)
— Unique identifier of the local user account to be modified.
is_locked(Optional[Boolean])
— Lock or unlock the local user account. Local user with administration/security administration role can lock or unlock any other local user account. You cannot lock an account you are currently logged-in to.
password(Optional[String])
— New password of the local user. Local user with administrator or security administrator role can reset the password of other local user accounts without providing the current password. You cannot reset the password of the account you are currently logged-in to.
role_id(Optional[String])
— The unique identifier of the new role to which the local user has to be mapped. Where role_id '1' is for Administrator, '2' is for Storage Administrator, '3' is for Operator, '4' is for VM Administrator and '5' is for Security Administrator. A local user with either an administration or a security administration role can change the role of any other local user. You cannot change the role of the account you are currently logged-in to.