Esta página aún no está disponible en su idioma local. Estamos trabajando arduamente para agregar más versiones de idiomas. Gracias por tu apoyo.

On this page

Modifying Users

Updated on 2022-09-14 GMT+08:00

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 rest.UserManager class.

    //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);
Feedback

Feedback

Feedback

0/500

Selected Content

Submit selected content with the feedback