<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=utf-8">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    Hi,<br>
    <br>
    In Keycloak REST Service there is
    <meta http-equiv="content-type" content="text/html; charset=utf-8">
    <a title="java.util.List" +=""
      href="http://docs.oracle.com/javase/7/docs/api/java/util/List.html"
      style="font-family: monospace; font-size: medium; font-style:
      normal; font-variant: normal; font-weight: normal; letter-spacing:
      normal; line-height: normal; orphans: auto; text-align: start;
      text-indent: 0px; text-transform: none; white-space: normal;
      widows: 1; word-spacing: 0px; -webkit-text-stroke-width: 0px;">List</a><span
      style="color: rgb(0, 0, 0); font-family: monospace; font-size:
      medium; font-style: normal; font-variant: normal; font-weight:
      normal; letter-spacing: normal; line-height: normal; orphans:
      auto; text-align: start; text-indent: 0px; text-transform: none;
      white-space: normal; widows: 1; word-spacing: 0px;
      -webkit-text-stroke-width: 0px; display: inline !important; float:
      none;">&lt;</span><a
      title="org.keycloak.models.AuthenticationFlowModel" +=""
href="http://keycloak.github.io/docs/javadocs/org/keycloak/models/AuthenticationFlowModel.html"
      style="font-family: monospace; font-size: medium; font-style:
      normal; font-variant: normal; font-weight: normal; letter-spacing:
      normal; line-height: normal; orphans: auto; text-align: start;
      text-indent: 0px; text-transform: none; white-space: normal;
      widows: 1; word-spacing: 0px; -webkit-text-stroke-width: 0px;">
      <meta http-equiv="content-type" content="text/html; charset=utf-8">
      AuthenticationFlowModel</a><span style="color: rgb(0, 0, 0);
      font-family: monospace; font-size: medium; font-style: normal;
      font-variant: normal; font-weight: normal; letter-spacing: normal;
      line-height: normal; orphans: auto; text-align: start;
      text-indent: 0px; text-transform: none; white-space: normal;
      widows: 1; word-spacing: 0px; -webkit-text-stroke-width: 0px;
      display: inline !important; float: none;">&gt; as a return type
      when you call GET /admin/realms/{realm}/authentication/flows. <br>
      <br>
      When you call </span>GET /admin/realms/{realm}/clients or GET
    /admin/realms/{realm}/users there is list of corresponding
    representation. <br>
    <br>
    Representations are created
    <a class="moz-txt-link-freetext" href="https://github.com/keycloak/keycloak/blob/master/services/src/main/java/org/keycloak/services/resources/admin/UsersResource.java#L268">https://github.com/keycloak/keycloak/blob/master/services/src/main/java/org/keycloak/services/resources/admin/UsersResource.java#L268</a>
    for users.<br>
    <br>
    Shouldn't be flows also converted from model to representation. <br>
    <br>
    Thanks,<br>
    Vlasta<br>
    <meta http-equiv="content-type" content="text/html; charset=utf-8">
  </body>
</html>