A valid request URL is required to generate request examples{
"error": "Password change not yet available",
"code": "NOT_IMPLEMENTED"
}Password change endpoint. Currently returns 501 because Keycloak 12+ removed the /account/credentials/password REST endpoint. A browser-based flow via kc_action=UPDATE_PASSWORD will be implemented in a future PR.
A valid request URL is required to generate request examples{
"error": "Password change not yet available",
"code": "NOT_IMPLEMENTED"
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Not authenticated