post_vpn_user
Creates a new VPN user with login, password (8-32 characters), and optional IP reservation for network access.
Instructions
Creates a new VPNUser .
Error codes: inval, exist, noent, nomem, unsupp, inuse, busy, ioerror, size
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| login | No | VPN user login | |
| password | No | VPN user password (length must be between 8 and 32) | |
| password_set | No | True if a password was provided for this user | |
| ip_reservation | No | You can specify the IP you want to assign to this user. If you don’t want to use a specific IP pass an empty string or omit this property. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||