v1

latestOpenAPI 3.0.02026-07-2496664456.3 KB
User

Reset the user password

reset the user password. The bearer token should be the password reset token which is achieved from password reset email. Once this API succeeds, the user’s signed_up status becomes true.

post/cm/v1/auth/users/reset-password

Request body

passwordstring required

The password that user want to change. Password must be at least 12 characters and contain at least one number, uppercase letter, lowercase letter and special character.

emailstring required

The user email.

Response

A successful response.

MessagesResetPasswordResponse required