Skip to main content

Reset Operator Password (v2.0)

POST 

/v2.0/api/accounts/password/reset

Allows the operator to reset a password.

Request

Body

Password reset 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.

    token string

    A valid token. Value = ^[a-zA-Z0-9_-]{1,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.

    token string

    A valid token. Value = ^[a-zA-Z0-9_-]{1,1000}$

Loading...