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

resetUserPassword #

Resets the password for a Keycloak user.

Parameters #

ParameterTypeDescriptionRequired
kuidstringKuzzle user IDyes
redirectUristringRedirect URI for emailsyes

Websocket #

await kuzzle.query({
  controller: "keycloak",
  action: "resetUserPassword",
  _id: "<kuid>",
  redirectUri: "https://app.example.com/redirect",
});

HTTP #

POST http://<host>:<port>/keycloak/users/<kuid>/_resetPassword?redirectUri=https://app.example.com/redirect
Response object