Name | Type | Description | Notes |
---|---|---|---|
customer_key | string | The participant's SDK identifier. This value can be alphanumeric, up to a maximum length of 15 characters. | [optional] |
duration | int | The participant's attendance duration. | [optional] |
failover | bool | Whether failover occurred during the webinar. | [optional] |
id | string | The participant's universally unique ID: * This values is the same as the participant's user ID if the participant joins the meeting by logging into Zoom. * If the participant joins the meeting without logging in, the API returns an empty string value. | [optional] |
join_time | \DateTime | The participant's join time. | [optional] |
leave_time | \DateTime | The participant's join time. | [optional] |
name | string | The participant's display name. This returns an empty string value if the account calling the API is a BAA account. | [optional] |
registrant_id | string | The registrant's ID. This field only returns if you provide the `registrant_id` value for the `include_fields` query parameter. | [optional] |
status | string | The participant's status: * `in_meeting` — In a meeting. * `in_waiting_room` — In a waiting room. | [optional] |
user_email | string | The participant's email address. If the participant is not part of the host's account, this returns an empty string value, with some exceptions. See Email address display rules for details. This returns an empty string value if the account calling the API is a BAA account. | [optional] |
user_id | string | The participant's ID. This ID is assigned to the participant upon joining the webinar and is only valid for that webinar. | [optional] |