Admin Pass Change

Admin Pass Change

Change vcplcm password of admin user.

Request
URI
POST
https://{api_host}/https://{{host}}:{{port}}/api/v5/password-change
COPY
Request Body
PasswordSpec of type(s) application/json
Required
{
    "newPassword": "string",
    "oldPassword": "string"
}
string As ^(?=.*[A-Z])(?=.*[a-z])(?=.*\d)(?=.*[@#$%^&+=!.,_-])[A-Za-z\d@#$%^&+=!.,_-]{8,}$
newPassword
Optional

newPassword

string
oldPassword
Optional

oldPassword

Responses
200

Change vcplcm pass.

Operation doesn't return any data structure

401

Unauthorized access

Operation doesn't return any data structure

503

Operation currently not available.

Operation doesn't return any data structure