Skip to main content

Get a specific system user.

Get a specific system user.

Path Parameters
  • id uuid required

    Identifies the domain in Keycloak.

  • systemUserId uuid required

    Identifies the system user.

Responses

The system user was successfully retrieved.


Schema
  • id uuid

    Id of the system user.

  • clientId string

    Used to identify and log in as the system user. A client id has the format @.

  • enabled boolean

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

  • domainId string

    Hierarchical identifier for a domain. Used to identify which domain a user belongs to and whether a user has access to a domain.

  • roles object[]

    Contains list of roles.

  • id uuid

    Identifies the role.

  • name string

    Name of the role.

  • description string

    Description of the role.

  • domain object

    Contains domain properties.

  • id uuid

    Id of the domain in Keycloak. Only used in this API, not to be confused with domainId.

  • name string

    Name of the domain.

Loading...