change_password auth
POST/v1/auth/change-password
Change the password for the currently authenticated user. Requires the user's current password for re-verification. Rejects a new password that matches the current one. On success all other sessions are revoked while the current session stays valid.
Request
Responses
- 200
- 400
- 401
- 404
- 429
- 503
Password changed successfully.
bad_request: Invalid input
Not authenticated or current password is incorrect.
User not found.
Too many attempts.
Service temporarily unavailable.