Manage Users REST Endpoints
Manage Users
The operations from the Manage Users category.
- Add a user
- Method: postPath:
http://<SDWAN_TENANT_IP>/v1/admin/manage_appliance/users_Auth/addUser - Authenticate and validate RADIUS settings
- Method: postPath:
http://<SDWAN_TENANT_IP>/v1/admin/manage_appliance/users_Auth/authenticateRadiusSettings - Authenticate and validate TACACS settings
- Method: postPath:
http://<SDWAN_TENANT_IP>/v1/admin/manage_appliance/users_Auth/aunthenticateTacacsSettings - Change a user password
- Method: postPath:
http://<SDWAN_TENANT_IP>/v1/admin/manage_appliance/users_Auth/changeLocalUserPwd - Delete a user
- Method: postPath:
http://<SDWAN_TENANT_IP>/v1/admin/manage_appliance/users_Auth/deleteSelUser - Delete the workspace of a user
- Method: postPath:
http://<SDWAN_TENANT_IP>/v1/admin/manage_appliance/users_Auth/deleteUserWorkSpace - Get current RADIUS and TACACS settings
- Method: getPath:
http://<SDWAN_TENANT_IP>/v1/admin/manage_appliance/users_Auth/getRadiusAndTacacsSettings - Get the list of users
- Method: getPath:
http://<SDWAN_TENANT_IP>/v1/admin/manage_appliance/users_Auth/getUsers - Save RADIUS settings
- Method: postPath:
http://<SDWAN_TENANT_IP>/v1/admin/manage_appliance/users_Auth/saveRadiusSettings - Save TACACS settings
- Method: postPath:
http://<SDWAN_TENANT_IP>/v1/admin/manage_appliance/users_Auth/saveTacacsSettings