Change my password
POST/users/me/password/
Change Current User Password.
This endpoint allows an authenticated human user to change their password. The user must provide their current password along with the new password.
Request Body:​
- passwords (required): An object containing:
current_password
(str): The user's current password.new_password
(str): The new password to be set.
Response:​
- 202 Accepted: Password change request has been accepted.
- 404 Not Found: If the user is not found.
- 400 Bad Request: If the provided password is incorrect or does not meet security requirements.
Notes:​
Request​
Responses​
- 202
- 422
Successful Response
Validation Error