{
  "data": {
    "object": "list",
    "results": [
      {
        "object": "user",
        "id": "45ee8d13-687b-47ce-a5ca-6e2e45548c4b",
        "type": "person",
        "person": {
          "email": "john.doe@example.com"
        },
        "name": "John Doe",
        "avatar_url": "https://secure.notion-static.com/avatar-1.jpg"
      },
      {
        "object": "user",
        "id": "ee5f0f84-409a-440f-983a-a5315961c6e4",
        "type": "bot",
        "bot": {
          "owner": {
            "type": "workspace",
            "workspace": true
          },
          "workspace_name": "Example Workspace"
        },
        "name": "Integration Bot",
        "avatar_url": "https://secure.notion-static.com/avatar-2.jpg"
      }
    ],
    "next_cursor": null,
    "has_more": false,
    "type": "user"
  }
}