Searching for Users
Function
Access the FusionInsight Manager interface to search for users.
Example code
The following provides an example code of searching for users, which uses the main method of the UserManager class in the rest package.
//Access the FusionInsight Manager interface to search the user list.
operationName = "QueryUserList";
operationUrl = webUrl + QUERY_USER_LIST_URL;
String responseLineContent = httpManager.sendHttpGetRequest(httpClient, operationUrl, operationName);
LOG.info("The {} response is {}.", operationName, responseLineContent); Last Article: Adding Users
Next Article: Modifying Users
Did this article solve your problem?
Thank you for your score!Your feedback would help us improve the website.