Modifying Users
Function
Access the FusionInsight Manager interface to modify users.
Example code
The following provides an example code of modifying users, which uses the main method of the UserManager class in the rest package.
//Access the FusionInsight Manager interface to modify users.
operationName = "ModifyUser";
String modifyUserName = "user888";
operationUrl = webUrl + MODIFY_USER_URL + modifyUserName;
jsonFilePath = "./conf/modifyUser.json";
httpManager.sendHttpPutRequest(httpClient, operationUrl, jsonFilePath, operationName); Last Article: Searching for Users
Next Article: Deleting Users
Did this article solve your problem?
Thank you for your score!Your feedback would help us improve the website.