Get Zoom participants
GET/adem/telemetry/v2/measure/zoom/participant
Retrieves meetings in a given timerange, typically for a single user (identified by email). This API is not an aggregation, hence there is no response-type. The only response is a list of meetings.
Request
Query Parameters
Possible values: <= 2147483648
The start time of the time range for which you want to retrieve the metrics. Specify in UNIX_TIMESTAMP_SECONDS, for example 1646252520
Possible values: <= 2147483648
The end time of the time range for which you want to retrieve the metrics. Specify in UNIX_TIMESTAMP_SECONDS, for example 1646263320
Timerange over which you want to retrieve metrics, provided in readable format:
last_
The responses are aggregated over a sample period which is a function of the time interval requested, such that the granularity decreases with increasing interval. See About Autonomous DEM API Timerange Parameter for details.
Default value: true
Selects which fields to include in the query. Must use the format field
The following operators are supported: >=, <=, ==, !=, >, <
See
About Autonomous DEM API Filter Parameter for details.
Header Parameters
Used to specify a specific tenant.
This is an optional parameter. Specifies a sub-tenant of the Prisma-Tenant, if any.
Responses
- 200
- 400
- 401
- 500
Return a list of Zoom participants
- application/json
- Schema
- Example (from schema)
Schema
participant account id
actual meeting duration, seconds
user agent UUID
as internal IP address
as internal IP port
audio internal IP address
audio internal IP port
camera e.g. HD User Facing
data center
destination IP domain
destination IP port
computer type e.g. Windoze, Mac
domain name
meeting duration, seconds
participant email address
computer disk name
user join time, timestamp
user leave time, timestamp
computer location e.g. Sydney(AU)
computer MAC address
meeting host ID
meeting ID
meeting UUID (hex representation of base64 encoded binary field) e.g. be16a46bf68f44ddacd8cb671e5faa84
microphone e.g. Microphone Array (Realtek(R) Audio)
network type e.g Wired, Other
computer name
participant record id
meeting score
signaling internal IP address
signaling internal IP port
speaker e.g. Speakers (Realtek(R) Audio)
meeting start time, timestamp
subtenant ID
tenant ID
tenant service group
meeting timezone
meeting topic
user ID
user name
software version e.g. 5.13.3.11494
video internal IP address
video internal IP port
{
"accountId": "string",
"actualDuration": 0,
"agentUuid": "string",
"asInternalIpAddress": "string",
"asInternalIpPort": "string",
"audioInternalIpAddress": "string",
"audioInternalIpPort": "string",
"camera": "string",
"dataCenter": "string",
"destinationIpDomain": "string",
"destinationIpPort": "string",
"device": "string",
"domain": "string",
"duration": 0,
"email": "string",
"eventTime": 0,
"eventTimeEpoch": 0,
"harddiskId": "string",
"joinTime": "string",
"leaveTime": "string",
"location": "string",
"macAddress": "string",
"meetingHostId": "string",
"meetingId": "string",
"meetingUuid": "string",
"microphone": "string",
"networkType": "string",
"pcName": "string",
"recordId": "string",
"score": 0,
"signalingInternalIpAddress": "string",
"signalingInternalIpPort": "string",
"speaker": "string",
"startTime": "string",
"subTenantId": "string",
"tenantId": "string",
"tenantServiceGroup": "string",
"timezone": "string",
"topic": "string",
"userId": "string",
"userName": "string",
"version": "string",
"videoInternalIpAddress": "string",
"videoInternalIpPort": "string"
}
Invalid Request
Invalid Client
Server Error