Help Center/ MapReduce Service/ Developer Guide (LTS)/ Manager Management Development Guide/ Developing an Application/ Example Code Description/ Modifying Users
Updated on 2022-11-18 GMT+08:00
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); Parent topic: Example Code Description
What is your overall rating for this page?
0
1
2
3
4
5
6
7
8
9
10
Very dissatisfiedVery satisfied
Thank you very much for your feedback. We will continue working to improve the documentation.
The system is busy. Please try again later.