OpenVPN Capabilities
Last updated: October 8, 2024
After this article...
You'll understand the capabilities our OpenVPN integration provides, and how Lumos interacts with the OpenVPN API.
View users
The mapping between OpenVPN user statuses and Lumos user account statuses is below.
OpenVPN User Status | Lumos Account Status |
Active | Active |
Canceled, Suspended, or Suspended (IDP) | Suspended |
Invited | Staged |
deleted (OpenVPN no longer returns a user) | Deprovisioned |
OpenVPN API endpoint: https://openvpn.net/cloud-docs/developer/cloudconnexa-api/user/get-existing-users.html (we check the status field)
View a user's entitlements
Lumos can retrieve the following user entitlements from Zoom.
Role - Whether the user is an OpenVPN Member, Admin, or Owner.
OpenVPN API endpoints:
Role: https://openvpn.net/cloud-docs/developer/cloudconnexa-api/user/get-existing-users.html (we check the role field)
Deprovision a user
AppStore | Offboarding | Access Reviews | License Management |
N/A | ✅ | ✅ | ✅ |
In Lumos, deprovisioning a OpenVPN user marks their Account Status as "Deprovisioned".
In OpenVPN, this action permanently deletes the user from OpenVPN.
This action reclaims a license in OpenVPN.
OpenVPN API endpoint: https://openvpn.net/cloud-docs/developer/cloudconnexa-api/user/delete-an-existing-user.html