Skip to main content

Enables or disables a portal user

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

Path Parameters
  • id uuid required

    Identifies the domain in Keycloak.

  • portalUserId uuid required

    Identifies the portal user.

Request Body required

States whether to enable or disable the portal user.

  • enabled boolean required

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

Responses

The portal user's status has been updated.

Response Headers
  • Content-Location string

    URL to the resource that got impacted by the request.

Loading...