

# Reading from Zoom Meetings entities
<a name="zoom-meetings-reading-from-entities"></a>

**Prerequisite**

A Zoom Meetings object you would like to read from. You will need the object namem such as `Group` or `Zoom Rooms`.

**Supported entities for source**:


| Entity | Can be filtered | Supports limit | Supports Order by | Supports Select \$1 | Supports partitioning | 
| --- | --- | --- | --- | --- | --- | 
| Zoom Rooms | No | Yes | No | Yes | No | 
| Group | No | No | No | Yes | No | 
| Group Member | Yes | Yes | No | Yes | No | 
| Group Admin | No | Yes | No | Yes | No | 
| Report (daily) | Yes | No | No | Yes | No | 
| Roles | No | No | No | Yes | No | 
| Users | Yes | Yes | No | Yes | No | 

**Example**:

```
zoom_read = glueContext.create_dynamic_frame.from_options(
    connection_type="zoom",
    connection_options={
        "connectionName": "connectionName",
        "ENTITY_NAME": "organization",
        "API_VERSION": "v2"
    }
)
```

**Zoom Meetings entity and field details**:

Zoom Meetings dynamically loads the available fields under the selected entity. Depending on the data type of the field, it supports the following filter operators.

[\[See the AWS documentation website for more details\]](http://docs.aws.amazon.com/glue/latest/dg/zoom-meetings-reading-from-entities.html)

## Partitioning queries
<a name="zoom-meetings-reading-partitioning-queries"></a>

Zoom Meetings doesn't support filter-based partitioning or record-based partitioning.