Manage Users REST Endpoints

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