Skip to main content

Get a specific domain

Get a specific domain.

Path Parameters
  • id uuid required

    Identifies the domain in Keycloak.

Responses

The domain was successfully retrieved.


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