{
  "data": [
    {
      "id": "u_1a2b3c",
      "email": "alice@acme.com",
      "role": "admin",
      "plan": "enterprise",
      "last_seen": "2026-03-24T14:22:00Z"
    },
    {
      "id": "u_4d5e6f",
      "email": "bob@widgets.io",
      "role": "member",
      "plan": "pro",
      "last_seen": "2026-03-24T09:11:00Z"
    },
    {
      "id": "u_7g8h9i",
      "email": "carol@startup.co",
      "role": "viewer",
      "plan": "free",
      "last_seen": "2026-03-23T22:48:00Z"
    },
    {
      "id": "u_0j1k2l",
      "email": "dave@corp.net",
      "role": "admin",
      "plan": "enterprise",
      "last_seen": "2026-03-22T16:05:00Z"
    },
    {
      "id": "u_3m4n5o",
      "email": "eve@agency.com",
      "role": "member",
      "plan": "pro",
      "last_seen": "2026-03-21T11:33:00Z"
    }
  ],
  "total": 5,
  "page": 1,
  "per_page": 20
}