Skip to main content

Change Password (v2.0)

POST 

/v2.0/api/tenants/:tenant_id/accounts/password/change

Allows a user to change a password.

Request

Path Parameters

    tenant_id stringrequired

    The tenant ID.

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