Skip to main content

Enables or disables a system user

Change a system user's status. This determines whether a system user can log in or not.

Path Parameters
  • id uuid required

    Identifies the domain in Keycloak.

  • systemUserId uuid required

    Identifies the system user.

Request Body required

States whether to enable or disable the system user.

  • enabled boolean required

    Sets a user to active if true or inactive if false.

Responses

The system user's status has been updated.

Response Headers
  • Content-Location string

    URL to the resource that got impacted by the request.

Loading...