Official Plugins (Kuzzle v2.x)
Keycloak v2.x
2

resetUserPassword #

Resets the password for a Keycloak user.

Parameters #

ParameterTypeDescriptionRequired
kuidstringKuzzle user IDyes

Websocket #

await kuzzle.query({
  controller: "keycloak",
  action: "resetUserPassword",
  _id: "<kuid>",
});

HTTP #

POST http://<host>:<port>/keycloak/users/<kuid>/_resetPassword
Response object