user_add
Create a Linux user with optional password and sudo access for remote system administration.
Instructions
Create a Linux user, optionally with password and sudo access.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sudo | No | Grant sudo access (default false) | |
| password | No | User password (optional) | |
| username | Yes | ||
| session_id | Yes |