User Management
Permission |
API |
Action |
Dependencies |
IAM Project |
Enterprise Project |
---|---|---|---|---|---|
Creating a VPN user |
POST /v5/{project_id}/p2c-vpn-gateways/vpn-servers/{vpn_server_id}/users |
vpn:p2cVpnUser:create |
- |
√ |
x |
Creating VPN users in batches |
POST /v5/{project_id}/p2c-vpn-gateways/vpn-servers/{vpn_server_id}/users/batch-create |
vpn:p2cVpnUser:batchCreate |
- |
√ |
x |
Querying the VPN user list |
GET /v5/{project_id}/p2c-vpn-gateways/vpn-servers/{vpn_server_id}/users |
vpn:p2cVpnUser:list |
- |
√ |
x |
Modifying a VPN user |
PUT /v5/{project_id}/p2c-vpn-gateways/vpn-servers/{vpn_server_id}/users/{user_id} |
vpn:p2cVpnUser:update |
- |
√ |
x |
Querying a VPN user |
GET /v5/{project_id}/p2c-vpn-gateways/vpn-servers/{vpn_server_id}/users/{user_id} |
vpn:p2cVpnUser:get |
- |
√ |
x |
Deleting a VPN user |
DELETE /v5/{project_id}/p2c-vpn-gateways/vpn-servers/{vpn_server_id}/users/{user_id} |
vpn:p2cVpnUser:delete |
- |
√ |
x |
Deleting VPN users in batches |
POST /v5/{project_id}/p2c-vpn-gateways/vpn-servers/{vpn_server_id}/users/batch-delete |
vpn:p2cVpnUser:batchDelete |
- |
√ |
x |
Changing the password of a VPN user |
PUT /v5/{project_id}/p2c-vpn-gateways/vpn-servers/{vpn_server_id}/users/{user_id}/password |
vpn:p2cVpnUser:updatePassword |
- |
√ |
x |
Resetting the password of a VPN user |
POST /v5/{project_id}/p2c-vpn-gateways/vpn-servers/{vpn_server_id}/users/{user_id}/reset-password |
vpn:p2cVpnUser:resetPassword |
- |
√ |
x |
Creating a VPN user group |
POST /v5/{project_id}/p2c-vpn-gateways/vpn-servers/{vpn_server_id}/groups |
vpn:p2cVpnGateway:createUserGroup |
- |
√ |
x |
Querying the VPN user group list |
GET /v5/{project_id}/p2c-vpn-gateways/vpn-servers/{vpn_server_id}/groups |
vpn:p2cVpnGateway:listUserGroup |
- |
√ |
x |
Modifying a VPN user group |
PUT /v5/{project_id}/p2c-vpn-gateways/vpn-servers/{vpn_server_id}/groups/{group_id} |
vpn:p2cVpnGateway:updateUserGroup |
- |
√ |
x |
Querying a VPN user group |
GET /v5/{project_id}/p2c-vpn-gateways/vpn-servers/{vpn_server_id}/groups/{group_id} |
vpn:p2cVpnGateway:getUserGroup |
- |
√ |
x |
Deleting a VPN user group |
DELETE /v5/{project_id}/p2c-vpn-gateways/vpn-servers/{vpn_server_id}/groups/{group_id} |
vpn:p2cVpnGateway:deleteUserGroup |
- |
√ |
x |
Adding VPN users to a group |
POST /v5/{project_id}/p2c-vpn-gateways/vpn-servers/{vpn_server_id}/groups/{group_id}/add-users |
vpn:p2cVpnGateway:addUsers |
- |
√ |
x |
Removing VPN users from a group |
POST /v5/{project_id}/p2c-vpn-gateways/vpn-servers/{vpn_server_id}/groups/{group_id}/remove-users |
vpn:p2cVpnGateway:removeUsers |
- |
√ |
x |
Querying VPN users in a group |
GET /v5/{project_id}/p2c-vpn-gateways/vpn-servers/{vpn_server_id}/groups/{group_id}/users |
vpn:p2cVpnGateway:listUsersInGroup |
- |
√ |
x |
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.