IAM (Identity & Access Management)

Change Password

Changes the password of the user with the given token retrieved from the password-reset email. This endpoint is used to complete the password reset process.

post/iam/v1/api/v1/user/change-password/{token}/

Path parameters

tokenstring required

token

Request body

passwordstring required

New password for the user

Response

Password has been successfully changed. The user can now log in with the new password.

Changes

No recorded changes to this endpoint across all 1 revision of this API.