Skip to main content

Generate a new client secret for a system user

Generates a new client secret for the specified system user. Note that the old client secret will no longer be valid since it is replaced with the newly generated secret.

Path Parameters
  • id uuid required

    Identifies the domain in Keycloak.

  • systemUserId uuid required

    Identifies the system user.

Responses

The system user's secret was successfully generated.


Schema
  • clientSecret string

    The client secret used to log in as the system user.

Loading...