Skip to main content

List all system users

Returns a list of detailed system users across your domains.

Responses

Returns all system users matching search criteria.


Schema array
  • 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...