Skip to main content

Create new system user

Create a new system user.

Path Parameters
  • id uuid required

    Identifies the domain in Keycloak.

Request Body required

Required data needed to create a system user.

  • clientIdPrefix string required

    The client ID prefix is used to construct the complete client ID which will have the format @. Each client ID prefix is unique for the domain it was created in.

  • enabled boolean required

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

Responses

The system user was successfully created.

Response Headers
  • Location string

    URL to the resource that got created.

Loading...