Documentation navigation

Auth

Update the current password

PUT/auth/user/password

Changes the authenticated user’s password.

Parameters

UserUpdatePasswordParams
current_password?string
The user’s current password.
new_password?string
The replacement password.

Returns