# Change the password of the current user Changes the password of the current user. Note: If the current user does not have a password (e.g. they use Google Authentication) password can be empty. Otherwise, password must be the current password of the user. Endpoint: POST /users/me/password Version: 26.2.0.4309 Security: Bearer ## Request fields (application/json): - `password` (string) The password associated with the current user. Example: "secret" - `newPassword` (string, required) A new password to associate with the current user. Example: "even-more-secret" ## Response 200 fields ## Response 400 fields ## Response 401 fields ## Response 403 fields ## Response 500 fields