Skip to main content

List domain system users

Returns a list of system users according to supplied parameters.

Path Parameters
  • id uuid required

    Identifies the domain in Keycloak.

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.

Loading...