Skip to main content

Change Password (v2.0)

POST 

/sdwan/v2.0/api/accounts/password/change

Allows a user to change a password.

Request

Body

Password change details

    oldPassword string

    The old password. Max length = 1000.

    password stringrequired

    The new password. Max length = 1000.

    repeatPassword stringrequired

    Repeat the new password. Max length = 1000.

Responses

Successful Operation

Schema
    oldPassword string

    The old password. Max length = 1000.

    password stringrequired

    The new password. Max length = 1000.

    repeatPassword stringrequired

    Repeat the new password. Max length = 1000.

Loading...