Request parameters
| Parameter Name | Description | Required |
| account | List resources by Account. Must be used with the domainId parameter. | false |
| domainid | List only resources belonging to the domain specified | false |
| id | The UUID of the VPN User | false |
| isrecursive | Defaults to false, but if true, lists all resources from the parent specified by the domainId till leaves. | false |
| keyword | List by keyword | false |
| listall | If set to false, list only resources belonging to the command's caller; if set to true - list resources that the caller is authorized to see. Default value is false. Resources dedicated to a project are listed only if using the projectid parameter. | false |
| page | false | |
| pagesize | false | |
| projectid | List objects by project; if projectid=-1 lists All Instances | false |
| username | The username of the VPN User. | false |
Response Tags
| Response Name | Description |
| id | The VPN user ID |
| account | The Account of the remote access VPN |
| domain | The domain name of the Account of the remote access VPN |
| domainid | The domain ID of the Account of the remote access VPN |
| domainpath | Path of the domain to which the remote access VPN belongs |
| project | The project name of the VPN |
| projectid | The project ID of the VPN |
| state | The state of the VPN User, can be 'Add', 'Revoke' or 'Active'. |
| username | The username of the VPN user |