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) Last Article: Login Authentication
Next Article: Searching for Users
Did this article solve your problem?
Thank you for your score!Your feedback would help us improve the website.