Users

Update password

patch

This endpoint allows the currently authenticated user to change their existing password. The request body should typically include the user's current password (for verification purposes) and the new desired password (often with a confirmation field). If the current password is valid and the new password meets all complexity and confirmation requirements, the user's password will be updated.

Body
new_passwordstringRequired
old_passwordstringRequired
Responses
chevron-right
200

OK

application/json
patch
/api/v1/users/password

Last updated