sophos_create_user
Create a local user account on Sophos Firewall for VPN or portal access, specifying username, name, password, group, and optional email.
Instructions
Create a new local user account on Sophos Firewall.
Use when registering new local user accounts for VPN or portal access.
Args: username: Login username for the account. name: Full display name of the user. password: User login password. group: User group name (e.g. 'Open Group' or 'Administrator'). Default is 'Open Group'. email: Optional user email address. client: Optional SophosFirewallClient instance.
Returns: API response status dictionary.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Full display name of the user. | |
| No | Optional user email address. | ||
| group | No | User group name (e.g. 'Open Group' or 'Administrator'). | Open Group |
| client | No | ||
| password | Yes | User login password. | |
| username | Yes | Login username for the account. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |