{
  "data": {
    "data": [
      {
        "id": "TiQ8GPVr8qI714Lp5ChAAFFaU24MJy69",
        "name": "John Smith",
        "email": "john.smith@corp.example",
        "links": {
          "self": {
            "href": "/api/v1/users/TiQ8GPVr8qI714Lp5ChAAFFaU24MJy69"
          }
        },
        "locale": "en-US",
        "status": "active",
        "picture": "https://corp.example/avatars/jsmith.png",
        "subject": "auth0|1234asdasa6789",
        "tenantId": "q3VRZ4YMixRaLKEPhkZWM-XMIDN7cO8f",
        "zoneinfo": "America/New_York",
        "createdAt": "2023-10-30T07:06:22Z",
        "lastUpdatedAt": "2024-01-15T10:22:15Z",
        "assignedRoles": [
          {
            "id": "507f191e810c19729de860ea",
            "name": "Analytics Developer",
            "type": "custom",
            "level": "user"
          }
        ],
        "assignedGroups": [
          {
            "id": "507f191e810c19729de860eb",
            "name": "Finance Team"
          }
        ]
      }
    ],
    "links": {
      "next": {
        "href": "/api/v1/users?next=eyJpZCI6IjUwN2YxOTFlODEwYzE5NzI5ZGU4NjBlYiJ9"
      },
      "prev": {
        "href": "/api/v1/users?prev=eyJpZCI6IjUwN2YxOTFlODEwYzE5NzI5ZGU4NjBlYSJ9"
      },
      "self": {
        "href": "/api/v1/users"
      }
    },
    "totalResults": 150
  }
}