Help Center/
MapReduce Service/
Developer Guide (LTS)/
Manager Management Development Guide/
Developing an Application/
Example Code Description/
Adding Users
Updated on 2022-07-11 GMT+08:00
Adding Users
Function
Access the FusionInsight Manager interface to add users.
Example code
The following provides an example code of adding users, which uses the main method of the UserManager class in the rest package.
//Access the FusionInsight Manager interface to add users. operationName = "AddUser"; operationUrl = webUrl + ADD_USER_URL; jsonFilePath = "./conf/addUser.json"; httpManager.sendHttpPostRequest(httpClient, operationUrl, jsonFilePath, operationName)
Parent topic: Example Code Description
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.See the reply and handling status in My Cloud VOC.
The system is busy. Please try again later.
For any further questions, feel free to contact us through the chatbot.
Chatbot