Skip to main content

Reset admin password

PUT 

/v2/onboard/password/reset

Changes the password of the admin that owns the access token. The admin must give the current password and the new password.

Request

Body

required
    currentPassword stringrequired

    The current password of the admin.

    newPassword stringrequired

    The new password of the admin.

Responses

The service changed the password.

Response Headers
    Loading...