{ "name": "ChangePassword", "displayName": "Change Password", "description": "", "category": "", "helpUrl": "https://wvsams.mapwv.org/arcgis/rest/directories/arcgisoutput/SAMS/ChangePassword_GPServer/SAMS_ChangePassword/ChangePassword.htm", "executionType": "esriExecutionTypeSynchronous", "parameters": [ { "name": "Username", "dataType": "GPString", "displayName": "Username", "description": "Username whose password will be changed", "direction": "esriGPParameterDirectionInput", "defaultValue": "jim", "parameterType": "esriGPParameterTypeRequired", "category": "" }, { "name": "OldPassword", "dataType": "GPString", "displayName": "Old Password", "description": "Old password for the User", "direction": "esriGPParameterDirectionInput", "defaultValue": "jim", "parameterType": "esriGPParameterTypeRequired", "category": "" }, { "name": "NewPassword", "dataType": "GPString", "displayName": "New Password", "description": "New password for the User", "direction": "esriGPParameterDirectionInput", "defaultValue": "jim", "parameterType": "esriGPParameterTypeRequired", "category": "" }, { "name": "ArcGISServer", "dataType": "GPString", "displayName": "ArcGIS Server", "description": "Arc Server on which the password change will be attempted", "direction": "esriGPParameterDirectionInput", "defaultValue": "gistc-trainsrv1-22", "parameterType": "esriGPParameterTypeRequired", "category": "" }, { "name": "ArcGISPort", "dataType": "GPString", "displayName": "ArcGIS Port", "description": "Port used to access the Arc Server", "direction": "esriGPParameterDirectionInput", "defaultValue": "6443", "parameterType": "esriGPParameterTypeRequired", "category": "" }, { "name": "Success", "dataType": "GPBoolean", "displayName": "Success", "description": "True if the password change succeeded and False if it failed", "direction": "esriGPParameterDirectionOutput", "defaultValue": null, "parameterType": "esriGPParameterTypeOptional", "category": "" }, { "name": "ProcessingResults", "dataType": "GPString", "displayName": "Processing Results", "description": "Test providing details about the result of the request", "direction": "esriGPParameterDirectionOutput", "defaultValue": "", "parameterType": "esriGPParameterTypeOptional", "category": "" } ] }