put_vpn_user_login
Update a VPN user's login credentials and optionally assign a specific IP address on your Freebox server.
Instructions
Updates the VPNUser task with the given login
Error codes: inval, exist, noent, nomem, unsupp, inuse, busy, ioerror, size
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| login__path | Yes | (Path parameter) | |
| 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 | |||