v1

latestOpenAPI 3.0.02026-07-2496664456.3 KB
User

Update user password

Update user password. You can call this API with token whose type is AUTH_TOKEN, UPDATE_PASSWORD_TOKEN.

post/cm/v1/auth/password

Request body

current_passwordstring required

The current password.

new_passwordstring required

The new password. Password must be at least 12 characters and contain at least one number, uppercase letter, lowercase letter and special character.

Response

A successful response.

MessagesUpdatePasswordResponse required