Change password
POST/v1/auth/change-password
Changes the authenticated user's password. Requires the current password and a new password (min 8 characters). All existing refresh sessions for this user are revoked after a successful change.
Request
Responses
- 204
- 401
- 422
Password changed
Unauthorized or current password invalid
Validation error (e.g. new password too short)