Skip to main content

Get client secret for a system user

Get client secret for a system user.

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 retrieved.


Schema
  • clientSecret string

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

Loading...