Change HCX Appliance user password
Api to Change HCX Appliance user password
Request
URI
PUT
https://{api_host}/system/users/changePassword
COPY
Header Parameters
string
Accept
Required
application/json
string
Content-Type
Required
application/json
Request Body
{
"userName": "string",
"oldPassword": "Base64 Encoded",
"newPassword": "PasswordType Object"
}
string
userName
Required
userName
Responses
200
Status 200
{
"isSuccess": false,
"message": "string",
"httpStatusCode": "string"
}
boolean
isSuccess
Required
isSuccess
string
message
Required
message
string
httpStatusCode
Required
httpStatusCode
Code Samples
COPY
curl -X PUT -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '{"userName:"string","oldPassword:"string","newPassword":"{}"}' https://{api_host}/system/users/changePassword
On This Page
System Operations
GET
Get Static Routes
PUT
Configure Static Routes
GET
Get Network Settings (General Network & DNS)
PUT
Configure DNS Settings
DELETE
Remove DNS Settings
GET
Get Time Settings (NTP, Date & Timezone)
PUT
Configure Time Settings (NTP, Date & Timezone)
DELETE
Remove NTP Settings
GET
Get Apache Proxy Configuration
POST
Configure Apache Proxy
PUT
Change HCX Appliance user password