<?xml version="1.0" encoding="UTF-8"?>
<users xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" type="array">
  <user>
    <id type="integer">1</id>
    <handle type="string">ari-lumen</handle>
    <displayName type="string">Ari Lumen</displayName>
    <email type="string">ari.lumen@example.com</email>
    <active type="boolean">true</active>
    <nickname xsi:nil="true"/>
    <reputation type="number">98.5</reputation>
    <registeredAt type="string">2024-02-29T09:15:00Z</registeredAt>
    <roles type="array">
      <item type="string">owner</item>
      <item type="string">editor</item>
    </roles>
    <preferences>
      <language type="string">en</language>
      <timeZone type="string">Europe/Amsterdam</timeZone>
      <newsletter type="boolean">true</newsletter>
    </preferences>
    <address>
      <street type="string">17 Lantern Lane</street>
      <city type="string">Morrow Bay</city>
      <postalCode type="string">1000 AA</postalCode>
      <countryCode type="string">NL</countryCode>
    </address>
    <avatarUrl type="string">https://example.com/avatars/ari-lumen.png</avatarUrl>
  </user>
  <user>
    <id type="integer">2</id>
    <handle type="string">sol-veer</handle>
    <displayName type="string">Sol Veer</displayName>
    <email type="string">sol.veer@example.com</email>
    <active type="boolean">false</active>
    <nickname type="string">Sól</nickname>
    <reputation type="number">0</reputation>
    <registeredAt type="string">2025-01-15T18:30:00+05:30</registeredAt>
    <roles type="array">
      <item type="string">viewer</item>
    </roles>
    <preferences>
      <language type="string">nl-NL</language>
      <timeZone type="string">Europe/Brussels</timeZone>
      <newsletter type="boolean">false</newsletter>
    </preferences>
    <address>
      <street type="string">4 Copper Court</street>
      <city type="string">Vesper</city>
      <postalCode type="string">2000</postalCode>
      <countryCode type="string">BE</countryCode>
    </address>
  </user>
  <user>
    <id type="integer">3</id>
    <handle type="string">mira-star</handle>
    <displayName type="string">Mira 星</displayName>
    <email type="string">mira.star@example.com</email>
    <active type="boolean">true</active>
    <nickname xsi:nil="true"/>
    <reputation type="number">42.125</reputation>
    <registeredAt type="string">2025-06-01T00:00:00Z</registeredAt>
    <roles type="array">
      <item type="string">editor</item>
      <item type="string">viewer</item>
    </roles>
    <preferences>
      <language type="string">ja</language>
      <timeZone type="string">Asia/Tokyo</timeZone>
      <newsletter type="boolean">true</newsletter>
    </preferences>
    <address>
      <street type="string">9 Paper Crane Way</street>
      <city type="string">Hoshino</city>
      <postalCode type="string">100-0001</postalCode>
      <countryCode type="string">JP</countryCode>
    </address>
  </user>
</users>
