# Change password Change the password for a logged-in user. Include the current and new passwords in the request body. Endpoint: POST /resources/users/v1/passwords/change Security: bearer ## Header parameters: - `frontegg-user-id` (string, required) The user ID identifier ## Request fields (application/json): - `password` (string, required) - `newPassword` (string, required) ## Response 201 fields