Skip to main content

List domains

Returns a list of domains according to supplied query parameters.

Query Parameters
  • limit number

    Possible values: >= 1 and <= 100

    Default value: 100

    Specifies the maximum number of results to be returned by the server.

  • offset number

    Possible values: <= 1000000

    Specifies how many results to skip. Used in conjunction with limit to achieve pagination.

  • search string

    Possible values: non-empty and <= 256 characters

    Search string to filter domains by.

Responses

Returns all domains matching search criteria.


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

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

  • parentId uuid

    Id of the parent domain. If there is no parent domain this value will be null.

  • solutions string[]

    Contains list of solutions.

Loading...